RAGE.Elements.Ped.SetHeadOverlayColor

From RAGE Multiplayer Wiki
Revision as of 00:48, 12 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''overlayID:''' {{RageType|int}} *'''colorType:''' {{RageType|int}} *'''colorID:''' {{RageType|int}} *'''secondColorID:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetHeadOverlayColor(overlayID, colorType, colorID, secondColorID) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax


Required Params

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

Return value

  • void

Syntax

ped.SetHeadOverlayColor(overlayID, colorType, colorID, secondColorID)

Example

//todo


See also