SetSunGazeImageSpaceModifier - Game

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: Game Script (Requires 1.6)

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

Syntax[edit | edit source]

Function SetSunGazeImageSpaceModifier(ImageSpaceModifier apImod = NONE) native global

Parameters[edit | edit source]

Examples[edit | edit source]

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


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

See Also[edit | edit source]