Black Ops III

GetTopPlayersGesture

Returns the selected gesture of type CharacterGestureTypes for the given player

Example:

gesture_anim = GetTopPlayersGesture( localClientNum, 2, 2 );	// GESTURE_TYPE_BOAST = 2

Parameters

ParameterSummary
*localClientNumThe localClientNum of the player in question
*topPlayerIndexThe index of the top player
*CharacterGestureTypesThe CharacterGestureTypes enum value of the gesture to use

* = mandatory