SetVehicleModelExhaustFumesPosition

From Multi Theft Auto: Wiki
Revision as of 16:45, 5 October 2017 by Jusonex (talk | contribs) (Created page with "{{Client function}} __NOTOC__ {{New feature/item|3.0155|1.5.5|| This function sets the position of the exhaust fumes the vehicle model emits. Use setVehicleComponentPosition...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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(float posX, float posY, float posZ)

Parameters

  • posX, posY, posZ: The desired position

Returns

Returns true if everything went fine, false otherwise.

Example

Template:Needs example

See Also