IsPlayerSungazing - Game
Jump to navigation
Jump to search
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