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|__EDIT_ME__}}
{{FuncParam|vehicle|Vehicle identifier.}}
{{FuncParam|wheel|__EDIT_ME__}}
{{FuncParam|wheel|Wheel index: 0-4}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Returns the name of the surface as a string.}}


== Example ==
== Example ==

Revision as of 15:42, 5 September 2019

GetVehicleWheelSurface

Type: Function
Context: Client
Introduced: v1.0

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__