GET NUMBER OF CHAR TEXTURE VARIATIONS

From GTAMods Wiki
Revision as of 13:56, 14 October 2017 by Zolika1351 (talk | contribs)
Jump to navigation Jump to search
GET_NUMBER_OF_CHAR_TEXTURE_VARIATIONS
Number of parameters: 3
Parameter #TypeDescription
1.integerPed
2.integerComponent id
3.integerVariaton
Return value:
TypeDescription
None


Gets all available texture variations in current component (parameter 2) and for current drawable variation (parameter 3).

Example usage:

int MaxHeadTex = GetNumberOfCharTextureVariations(GetPlayerPed(), PED_COMPONENT_HEAD, Head);