InterruptCast - ObjectReference

Revision as of 15:10, 5 August 2010 by imported>Plplecuyer (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' ObjectReference Script Interrupts and stops any spell-casting this object might be doing. == Syntax == <source …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: ObjectReference Script

Interrupts and stops any spell-casting this object might be doing.

SyntaxEdit

Function InterruptCast() native

ParametersEdit

None.

Return ValueEdit

None.

ExamplesEdit

; Stop this flame trap from casting
FlameTrap.InterruptCast()

See AlsoEdit