GetWaterColor

From Multi Theft Auto: Wiki
Revision as of 18:00, 27 November 2010 by Snert (talk | contribs) (Created page with "__NOTOC__ {{Server client function}} This function returns the water color of the GTA world. '''Note:''' The server can only return the water color, if it has actually been set ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function returns the water color of the GTA world.

Note: The server can only return the water color, if it has actually been set by script.

Syntax

int, int, int, int getWaterColor ( )

Returns

Returns 4 ints, indicating the color of the water. (RGBA)

Example

--TODO

See Also