ResetSkyGradient

From Multi Theft Auto: Wiki

Jump to: navigation, search

This function allows restoring of a changed sky gradient as a result of setSkyGradient.

Syntax

Returns

Returns true if sky color was reset correctly, false otherwise.

Example

This example reset the sky gradient.

addCommandHandler("resetsky",
  function()
    resetSkyGradient()
  end
)

See Also

In other languages