Difference between revisions of "GET CHAR DRAWABLE VARIATION"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with '{{Native |np = 2 |p1t = integer |p1d = Char handle |p2t = integer |p2d = Char component handle |r=1 |rt=int |rd=Returns the handle for the variation of …')
 
 
Line 9: Line 9:
 
|rd=Returns the handle for the variation of the specified char component.
 
|rd=Returns the handle for the variation of the specified char component.
 
}}
 
}}
 +
 +
Component handle:
 +
*Head = 0,
 +
*Upper Body = 1,
 +
*Lower Body = 2,
 +
*Bags = 3,
 +
*Hand = 4,
 +
*Feet = 5,
 +
*Jacket = 6,
 +
*Hair = 7,
 +
*Suse2 = 8,
 +
*Teeth = 9,
 +
*Face = 10

Latest revision as of 19:59, 25 March 2015

GET_CHAR_DRAWABLE_VARIATION
Number of parameters: 2
Parameter #TypeDescription
1.integerChar handle
2.integerChar component handle
Return value:
TypeDescription
intReturns the handle for the variation of the specified char component.

Component handle:

  • Head = 0,
  • Upper Body = 1,
  • Lower Body = 2,
  • Bags = 3,
  • Hand = 4,
  • Feet = 5,
  • Jacket = 6,
  • Hair = 7,
  • Suse2 = 8,
  • Teeth = 9,
  • Face = 10