InterruptCast - ObjectReference

From the CreationKit Wiki
Revision as of 16:59, 24 February 2012 by imported>Terra Nova (→‎Examples: I removed the example I placed here for further testing.)
Jump to navigation Jump to search

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()

See Also