Background for Skyrim SE
Member of the Game script
voidfunctionSetSunGazeImageSpaceModifier(ImageSpaceModifierapImod=NONE)NativeGlobal

Description

Wiki Description

Will cause the specified ImageSpace Modifier to be triggered when the player begins looking at the sun.

Documentation Comment

Sets the Image Space Modifier that is triggered when the player gazes at the sun.


Caveats


Parameters

ImageSpaceModifierapImod=NONE

CK Wiki Description

The ImageSpaceModifier to use.

  • Default:None

Examples

; Set the Sun Gaze image space modifier
Game.SetSunGazeImageSpaceModifier(MySunGazeImageModifier)
; Clear the Sun Gaze image space modifier
Game.SetSunGazeImageSpaceModifier()

Auto-Generated Example

ImageSpaceModifier myImageSpaceModifier__apImod

Game.SetSunGazeImageSpaceModifier(myImageSpaceModifier__apImod)

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.