Background for Skyrim SE
Member of the Game script
floatfunctionGetSunPositionZ()NativeGlobal

Description

Wiki Description

Gets the Z position of the sun.

Documentation Comment

Returns the Z position of the Sun.


Caveats


Examples

Debug.Trace("The Sun has a z position of: " + GetSunPositionZ())

Auto-Generated Example

float returnedValue = Game.GetSunPositionZ()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.