Difference between revisions of "SET DRAW PLAYER COMPONENT"
Jump to navigation
Jump to search
(created article) |
Letsplayordy (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
}} | }} | ||
This function can remove the player's body part from view. | This function can remove the player's body part from view. | ||
− | *0 = | + | *Head = 0, |
− | * | + | *Upper Body = 1, |
− | * | + | *Lower Body = 2, |
− | * | + | *Bags = 3, |
− | * | + | *Hand = 4, |
− | * | + | *Feet = 5, |
− | * | + | *Jacket = 6, |
− | * | + | *Hair = 7, |
− | * | + | *Unknown Body Part = 8, |
− | * | + | *Teeth = 9, |
+ | *Face = 10 |
Latest revision as of 16:55, 6 December 2014
Number of parameters: 2 | ||
---|---|---|
Parameter # | Type | Description |
1. | integer | body part |
2. | integer | visibility (0=invisible / 1=visible) |
Return value: | ||
Type | Description | |
None |
This function can remove the player's body part from view.
- Head = 0,
- Upper Body = 1,
- Lower Body = 2,
- Bags = 3,
- Hand = 4,
- Feet = 5,
- Jacket = 6,
- Hair = 7,
- Unknown Body Part = 8,
- Teeth = 9,
- Face = 10