SetVehicleModelExhaustFumesPosition

From Multi Theft Auto: Wiki
Revision as of 16:46, 5 October 2017 by Jusonex (talk | contribs)
Jump to navigation Jump to search

This function sets the position of the exhaust fumes the vehicle model emits. Use setVehicleComponentPosition to adjust the exhaust position.

Syntax

bool setVehicleModelExhaustFumesPosition(int modelID, float posX, float posY, float posZ)

Parameters

  • modelID: The model ID which you want to apply the change to
  • posX, posY, posZ: The desired position

Returns

Returns true if everything went fine, false otherwise.

Example

Template:Needs example

See Also