GetHeatHaze: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{Server client function}} This function will return the current heat haze effect settings. '''Note:''' The server can only return the heat haze settings if it has act...")
(No difference)

Revision as of 06:32, 21 January 2011

This function will return the current heat haze effect settings.

Note: The server can only return the heat haze settings if it has actually been set by script.

Syntax

int, int, int, int, int, int, int, int, bool getHeatHaze ( )

Returns

Returns 9 values, which are the same used in SetHeatHaze.

Example

--TODO

See Also