Difference between revisions of "InterruptCast - ObjectReference"
Jump to navigation
Jump to search
imported>Terra Nova |
imported>Terra Nova (→Examples: I removed the example I placed here for further testing.) |
||
Line 21: | Line 21: | ||
FlameTrap.InterruptCast() | FlameTrap.InterruptCast() | ||
</source> | </source> | ||
== See Also == | == See Also == | ||
*[[ObjectReference Script]] | *[[ObjectReference Script]] | ||
*[[Cast - Spell]] | *[[Cast - Spell]] |
Revision as of 16:59, 24 February 2012
Member of: ObjectReference Script
Interrupts and stops any spell-casting this object might be doing.
Syntax
Function InterruptCast() native
Parameters
None.
Return Value
None.
Examples
; Stop this flame trap from casting
FlameTrap.InterruptCast()