Player::setHairColor: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
m (category)
 
Line 13: Line 13:
==See also==
==See also==
{{Player_function_c}}
{{Player_function_c}}
[[Category:Player Appearance]]
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]
[[Category:Server-side Function]]

Latest revision as of 13:11, 30 April 2019

Used for freemode (online) characters.

Syntax

player.setHairColor(colorID, highlightColorID);

Required Arguments

  • colorID: int
  • highlightColorID: int

Return value

  • Undefined

Example

// todo

See also