Black Ops III

GetEquippedLoadoutItemForHero

Returns 1 if the hero's ability is equipped, 0 if the weapon is equipped.

Example:

isAbilityEquipped = GetEquippedLoadoutItemForHero( localClientNum, 0 )

Parameters

ParameterSummary
*localClientNumThe localClientNum of the player in question
*heroIndexThe index of the hero in the current game-mode's character table

* = mandatory