GetSkyGradient: 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 sky color. '''Note:''' The server can only return the sky color if it has actually been set by script....")
(No difference)

Revision as of 17:50, 27 November 2010

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