RAGE.Elements.Vehicle.IsTyreBurst

From RAGE Multiplayer Wiki
Revision as of 12:21, 12 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''wheelID:''' {{RageType|int}} *'''completely:''' {{RageType|bool}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsTyreBurst(wheelID, completely) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_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

  • wheelID: int
  • completely: bool

Return value

  • bool

Syntax

vehicle.IsTyreBurst(wheelID, completely)

Example

//todo


See also