GetSunPositionX - Game

Member of: Game Script (Requires 1.6)

Gets the X position of the sun.

SyntaxEdit

float Function GetSunPositionX() native global

ParametersEdit

None.

Return ValueEdit

The X position of the sun, or 0.0 if the sun is not up.

ExamplesEdit

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

See AlsoEdit