diff --git a/docs/sdk/script/fn/SetSky.xml b/docs/sdk/script/fn/SetSky.xml new file mode 100644 index 000000000..59e623ea7 --- /dev/null +++ b/docs/sdk/script/fn/SetSky.xml @@ -0,0 +1,36 @@ + + + + + + SetSky + Sky + 8.0 OC + + bool + + + string + sky + Name of the new sky from Graphics.ocg or the scenario, without filename extension. + + + + Changes the current sky graphics. + + Changing the sky with this function will not persist in savegames. Consider using the Sky entry in Scenario.txt instead, possibly combined with scenario sections. + + + + SetSky("Default"); + Changes to the default sky. + + + + Scenario.txt Documentation + SetSkyAdjust + + + Luchs2016-10 +