SetSkyGradient

From Multi Theft Auto: Wiki
Revision as of 00:09, 13 April 2007 by Jbeta (talk | contribs)
Jump to navigation Jump to search

This function changes the sky color to a gradient.

Syntax

bool setSkyGradient ( [ int topRed = 0, int topGreen = 0, int topBlue = 0, int bottomRed = 0, int bottomGreen = 0, int bottomBlue = 0 ] )

Optional Arguments

NOTE: When using optional arguments, you might need to supply all arguments before the one you wish to use. For more information on optional arguments, see optional arguments.

  • argumentName2: description
  • argumentName3: description

Returns

Returns true if blah, false otherwise.

Example

--This line does...
blabhalbalhb --abababa
--This line does this...
mooo

See Also