Black Ops III

GetTopPlayersTaunt

Returns the selected taunt of type CharacterTauntTypes for the given player

Example:

taunt_anim = GetTopPlayersTaunt( localClientNum, 2, 0 );	// TAUNT_TYPE_FIRST_PLACE = 0

Parameters

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

* = mandatory