ResetVehicleDummyPositions: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "{{Client function}} __NOTOC__ {{New feature/item|3.0160|1.5.8|20797| This function resets the vehicle dependent dummy positions to the vehicle's current model dummy positions...")
 
(Fixed wrong related functions)
Line 24: Line 24:


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

Revision as of 12:59, 28 January 2021


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

Returns

Returns true for success, 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.


Requirements

Minimum server version
Minimum client version 1.5.8-9.20797

Note: Using this feature requires the resource to have the above minimum version declared in the meta.xml <min_mta_version> section. e.g. <min_mta_version server="" client="1.5.8-9.20797" />

See Also