SetSunGazeImageSpaceModifier - Game
Revision as of 08:37, 15 June 2012 by imported>JLundin (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Game Script ''(Requires 1.6)'' Will cause the specified ImageSpace Modifier to be tr...")
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()