GetVehicleModelExhaustFumesPosition: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "{{Client function}} __NOTOC__ {{New feature/item|3.0155|1.5.5|| This function returns the position of the exhaust fumes the vehicle model emits. }} ==Syntax== <syntaxhighlig...")
(No difference)

Revision as of 16:47, 5 October 2017

This function returns the position of the exhaust fumes the vehicle model emits.

Syntax

float, float, float setVehicleModelExhaustFumesPosition(int modelID)

Parameters

  • modelID: The vehicle model ID

Returns

Returns the position of the exhaust fumes if everything went fine or false otherwise.

Example

Template:Needs example

See Also

Shared