Vehicle::getWheelWidth

From RAGE Multiplayer Wiki
Revision as of 17:00, 29 May 2024 by Shr0x (talk | contribs) (Created page with "{{ClientsideJsFunction}} {{JSContainer| Get vehicle's wheel width. ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.getWheelWidth(); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_c}} Category:Clientside API Category:TODO: Example")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax

Get vehicle's wheel width.

Return value

  • number

Syntax

vehicle.getWheelWidth();

Example

//todo


See also