Background for Skyrim SE
Member of the Game script
boolfunctionIsPlayerSungazing()NativeGlobal

Description

Wiki Description

Checks to the see if the player is looking directly at the sun.

Documentation Comment

Is the player looking at the sun?


Caveats


Examples

if Game.IsPlayerSungazing()
  Debug.Trace("Player is looking at the sun!")
endIf

Auto-Generated Example

bool returnedValue = Game.IsPlayerSungazing()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.