Black Ops III

GetEquippedBodyIndexForHero

Returns the index of the equipped body model of a specific hero

Example:

bodyIndex = GetEquippedBodyIndexForHero( localClientNum, 0 )

Parameters

ParameterSummary
*localClientNumThe localClientNum of the player in question
*sessionModeCharacter Session Mode
*heroIndexThe index of the hero in the current game-mode's character table or in case of lobby client, his queue position
[getForLobbyClient]If this is set then we are supposed to retrieve for lobby client

* = mandatory