SetSunGazeImageSpaceModifier - Game

Revision as of 09: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)

Member of: Game Script (Requires 1.6)

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

SyntaxEdit

Function SetSunGazeImageSpaceModifier(ImageSpaceModifier apImod = NONE) native global

ParametersEdit

ExamplesEdit

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


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

See AlsoEdit