RAGE.Elements.Ped.SetPropIndex

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

Client-Side
Function

 C#



C# Syntax


Required Params

  • componentId: int
  • drawableId: int
  • TextureId: int
  • attach: bool

Return value

  • void

Syntax

ped.SetPropIndex(componentId, drawableId, TextureId, attach)

Example

//todo


See also