Black Ops III

GetEquippedBodyAccentColorForHero

Returns an array of the equipped body accent colors of a specific hero

Example:

colorArray = GetEquippedBodyAccentColorForHero( localClientNum, 0 )

Parameters

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

* = mandatory