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

Description

Wiki Description

Gets the Y position of the sun.

Documentation Comment

Returns the Y position of the Sun.


Caveats


Examples

Debug.Trace("The Sun has a y position of: " + GetSunPositionY())

Auto-Generated Example

float returnedValue = Game.GetSunPositionY()

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.