GetSkyGradient

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

This function will return the current sky color.

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

Syntax

int, int, int, int, int, int getSkyGradient ( )

Returns

Returns 6 ints, of which the first 3 represent the sky's "top" color, (in RGB) and the last 3 represent the bottom colors.

Example

--TODO

See Also

Shared