User Tools

Site Tools


eliteapi:functions:player:hasweaponskill

HasWeaponSkill

Determines if the player has the given weapon skill by its id.

ELITEAPI_API bool __stdcall HasWeaponSkill(void* apiObject, unsigned int id);

Parameters

  • apiObject [in]
    • A handle to an EliteAPI object.
  • id [in]
    • The id of the ability to lookup.

Return Value

True if the player has the weapon skill, false otherwise.

eliteapi/functions/player/hasweaponskill.txt · Last modified: 2014/12/08 02:28 (external edit)