Background for Fallout 4
Member of the Weather script
intfunctionGetSkyMode()NativeGlobal

Description

Wiki Description

Gets the mode under which the sky is currently operating.

Documentation Comment

Gets the sky's current mode
0 - No sky (SM_NONE)
1 - Interior (SM_INTERIOR)
2 - Skydome only (SM_SKYDOME_ONLY)
3 - Full sky (SM_FULL)


Caveats


Examples

if Weather.GetSkyMode() == 1
  Debug.Trace("Current sky is in interior mode!")
endif

Auto-Generated Example

int returnedValue = Weather.GetSkyMode()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.