GetVehicleWheelSurface: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
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)}} | ||
Line 7: | Line 7: | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|vehicle|Vehicle identifier.}} | {{FuncParam|vehicle|Vehicle identifier.}} | ||
{{FuncParam|wheel|Wheel index: 0- | {{FuncParam|wheel|Wheel index: 0-3}} | ||
{{FuncReturnValue|Returns the name of the surface as a string.}} | {{FuncReturnValue|Returns the name of the surface as a string.}} |
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__