Vehicle::getWheelRadius

From RAGE Multiplayer Wiki
Revision as of 16:58, 29 May 2024 by Shr0x (talk | contribs) (Created page with "{{ClientsideJsFunction}} {{JSContainer| Get vehicle wheel radius. ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.getWheelRadius(); </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 wheel radius.

Return value

  • number

Syntax

vehicle.getWheelRadius();

Example

//todo


See also