GetHeatHaze

From Multi Theft Auto: Wiki
Revision as of 06:32, 21 January 2011 by Ccw (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Shared