Native referenceFiveM

GET_NUMBER_OF_PED_PROP_TEXTURE_VARIATIONS

0xA6E7F1CEB523E171 PED
FUNCTION SIGNATURE
int GET_NUMBER_OF_PED_PROP_TEXTURE_VARIATIONS(Ped ped, int propId, int drawableId);
Property Value
Native Name GET_NUMBER_OF_PED_PROP_TEXTURE_VARIATIONS
Hash 0xA6E7F1CEB523E171
Return Type int
Parameters ped (Ped), propId (int), drawableId (int)

Description: ``` Need to check behavior when drawableId = -1


### Parameters
- **`ped`** (`Ped`) — The ped handle.
- **`propId`** (`int`) — The prop id you want to get the texture variations of. Refer to [SET_PED_PROP_INDEX](#\_0x93376B65A266EB5F)
- **`drawableId`** (`int`) — The drawable id of the prop you want to get the texture variations of. Refer to [GET_NUMBER_OF_PED_PROP_DRAWABLE_VARIATIONS](#\_0x5FAF9754E789FB47).
Back to PED