Difference between revisions of "GET NUMBER OF CHAR TEXTURE VARIATIONS"

From GTAMods Wiki
Jump to navigation Jump to search
Line 11: Line 11:
  
 
Gets all available texture variations in current component (parameter 2) and for current [[GET_CHAR_DRAWABLE_VARIATION|drawable variation]] (parameter 3).
 
Gets all available texture variations in current component (parameter 2) and for current [[GET_CHAR_DRAWABLE_VARIATION|drawable variation]] (parameter 3).
 +
 +
Example usage:
 +
 +
int MaxHeadTex = GetNumberOfCharTextureVariations(GetPlayerPed(), PED_COMPONENT_HEAD, Head);

Revision as of 13:56, 14 October 2017

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);