SetSunGazeImageSpaceModifier - Game
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]
- apImod: The image-space modifier to use.
- Default: None
Examples[edit | edit source]
; Set the Sun Gaze image space modifier
Game.SetSunGazeImageSpaceModifier(MySunGazeImageModifier)
; Clear the Sun Gaze image space modifier
Game.SetSunGazeImageSpaceModifier()