Native referenceFiveM

GET_SHOP_PED_QUERY_OUTFIT

0x6D793F03A631FE56 FILES
FUNCTION SIGNATURE
void GET_SHOP_PED_QUERY_OUTFIT(int outfitIndex, Any* outfit);
Property Value
Native Name GET_SHOP_PED_QUERY_OUTFIT
Hash 0x6D793F03A631FE56
Return Type void
Parameters outfitIndex (int), outfit (Any*)

Description: ``` struct Outfit_s
{
int mask, torso, pants, parachute, shoes, misc1, tops1, armour, crew, tops2, hat, glasses, earpiece;
int maskTexture, torsoTexture, pantsTexture, parachuteTexture, shoesTexture, misc1Texture, tops1Texture,
armourTexture, crewTexture, tops2Texture, hatTexture, glassesTexture, earpieceTexture;
};

Back to FILES