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 |
||
Line 6: | Line 6: | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|vehicle| | {{FuncParam|vehicle|Vehicle identifier.}} | ||
{{FuncParam|wheel| | {{FuncParam|wheel|Wheel index: 0-4}} | ||
{{FuncReturnValue| | {{FuncReturnValue|Returns the name of the surface as a string.}} | ||
== Example == | == Example == |
Revision as of 15:42, 5 September 2019
Description
__EDIT_ME__
Syntax
GetVehicleWheelSurface(vehicle, wheel)
Parameters
- vehicle
Vehicle identifier. - wheel
Wheel index: 0-4
Return Value
- Returns the name of the surface as a string.
Example
__EDIT_ME__
See also
__EDIT_ME__