IsPlayerSungazing - Game
Revision as of 05:40, 18 June 2012 by imported>Sagitarius22 (→Examples)
Member of: Game Script (Requires 1.6)
Checks to the see if the player is looking directly at the sun.
Syntax[edit | edit source]
bool Function IsPlayerSungazing() native global
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
true if the player is looking at the sun, false if not.
Examples[edit | edit source]
if Game.IsPlayerSungazing()
Debug.Trace("Player is looking at the sun!")
endIf