RAGE.Elements.Ped.SetComponentVariation

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

Client-Side
Function

 C#



C# Syntax


Required Params

  • componentId: int
  • drawableId: int
  • textureId: int
  • paletteId: int

Return value

  • void

Syntax

ped.SetComponentVariation(componentId, drawableId, textureId, paletteId)

Example

//todo


See also