GetVehicleWheelSurface: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|GetVehicleWheelSurface(vehicle, wheel)}} {{FuncParameters}} {{FuncParam|vehicle|__EDIT_ME__}} {{Fu..." |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Info|Function|Client|1.0}} | {{Info|Function|Client|1.0}} | ||
{{FuncDescription| | {{FuncDescription|Get the wheel surface name.}} | ||
{{FuncSyntax|GetVehicleWheelSurface(vehicle, wheel)}} | {{FuncSyntax|GetVehicleWheelSurface(vehicle, wheel)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|vehicle| | {{FuncParam|vehicle|Vehicle identifier.}} | ||
{{FuncParam|wheel| | {{FuncParam|wheel|Wheel index: 0-3}} | ||
{{FuncReturnValue| | {{FuncReturnValue|Returns the name of the surface as a string.}} | ||
== Example == | == Example == |
Latest revision as of 14:58, 24 August 2020
Description
Get the wheel surface name.
Syntax
GetVehicleWheelSurface(vehicle, wheel)
Parameters
- vehicle
Vehicle identifier. - wheel
Wheel index: 0-3
Return Value
- Returns the name of the surface as a string.
Example
__EDIT_ME__
See also
__EDIT_ME__