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

Description

Wiki Description

Gets the X position of the sun.

Documentation Comment

Returns the X position of the Sun.


Caveats


Examples

Debug.Trace("The Sun has an x position of: " + GetSunPositionX())

Auto-Generated Example

float returnedValue = Game.GetSunPositionX()

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.