RAGE.Elements.Ped.IsComponentVariationValid

From RAGE Multiplayer Wiki
Revision as of 18:08, 11 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''componentId:''' {{RageType|int}} *'''drawableId:''' {{RageType|int}} *'''textureId:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsComponentVariationValid(componentId, drawableId, textureId) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Cli...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax


Required Params

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

Return value

  • bool

Syntax

ped.IsComponentVariationValid(componentId, drawableId, textureId)

Example

//todo


See also