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
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)