ResetVehicleDummyPositions: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
(Remove obsolete Requirements section)
 
Line 17: Line 17:
==Example==
==Example==
{{Needs Example}}
{{Needs Example}}
==Requirements==
{{Requirements|n/a|1.5.8-9.20797|}}


==See Also==
==See Also==
{{Client vehicle functions}}
{{Client vehicle functions}}

Latest revision as of 17:26, 7 November 2024

This function resets the vehicle dependent dummy positions to the vehicle's current model dummy positions.

Syntax

bool resetVehicleDummyPositions ( vehicle theVehicle )

OOP Syntax Help! I don't understand this!

Method: vehicle:resetDummyPositions(...)


Required Arguments

  • theVehicle: The vehicle to reset the dummy positions.

Returns

Returns true if the dummy positions have been reset, false otherwise.

Example

Accessories-text-editor.png Script Example Missing Function ResetVehicleDummyPositions needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.


See Also