ResetSkyGradient: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ {{Server client function}} This function allows restoring of a changed sky gradient as a result of setSkyGradient. ==Syntax== <syntaxhighlight lang="lua"> bool resetSkyGradient() </syntaxhighlight> ...)
 
 
(2 intermediate revisions by 2 users not shown)
Line 12: Line 12:


==Example==
==Example==
This page does not have an example
This example reset the sky gradient.
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
--add an example here
addCommandHandler("resetsky",
  function()
    resetSkyGradient()
  end
)
</syntaxhighlight>
</syntaxhighlight>


==See Also==
==See Also==
{{World functions}}
{{World functions}}
[[Category:Needs_Example]]
 
[[ru:ResetSkyGradient]]

Latest revision as of 18:44, 11 August 2010