Player::setHeadOverlayColor

From RAGE Multiplayer Wiki
Revision as of 23:43, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Used for freemode (online) characters.

ColorType is 1 for eyebrows, beards, and chest hair; 2 for blush and lipstick; and 0 otherwise, though not called in those cases.

Called after SET_Player_HEAD_OVERLAY().

Syntax

player.setHeadOverlayColor(overlayID, colorType, colorID, secondColorID);

Required Arguments

  • overlayID: int
  • colorType: int
  • colorID: int
  • secondColorID: int

Return value

  • Undefined

Example

// todo

See also