RAGE.Elements.Ped.GetNumberOfPropDrawableVariations

From RAGE Multiplayer Wiki
Revision as of 17:42, 11 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''propId:''' {{RageType|int}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetNumberOfPropDrawableVariations(propId) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax


Required Params

  • propId: int

Return value

  • int

Syntax

ped.GetNumberOfPropDrawableVariations(propId)

Example

//todo


See also