SetSunGazeImageSpaceModifier - Game

From the CreationKit Wiki
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]