Skip to main content

Dlc1::getShopPedQueryOutfit

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;  
   \};

Syntax

```js mp.game.dlc1.getShopPedQueryOutfit(p0, outfit); ```

Required Arguments

  • p0: unknown (to be checked)
  • outfit: unknown (to be checked)

Return value

  • Undefined

Example

```js // todo ```

See also