GetSunPositionY - Game

Revision as of 09:35, 15 June 2012 by imported>JLundin (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Game Script ''(Requires 1.6)'' Gets the Y position of the sun. == Syntax == <source lang="papyrus"> float Fu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Game Script (Requires 1.6)

Gets the Y position of the sun.

SyntaxEdit

float Function GetSunPositionY() native global

ParametersEdit

None.

Return ValueEdit

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

ExamplesEdit

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

See AlsoEdit