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()