resetVehicleDummyPositions | Multi Theft Auto: Wiki Skip to content

resetVehicleDummyPositions

Client-side
Server-side
Shared

Manual Review Required

Please finish this page using the corresponding Old Wiki article. Go to Contribution guidelines for more information.


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

OOP Syntax Help! I don't understand this!

  • Method:vehicle:resetDummyPositions(...)

Syntax

bool resetVehicleDummyPositions ( vehicle theVehicle )
Required Arguments
  • theVehicle: The vehicle to reset the dummy positions.

Returns

  • bool: value

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

Code Examples

Script Example Missing

Function resetVehicleDummyPositions needs a script example. Help out by writing one.

Contribution guidelines

See Also

Vehicle Functions