InterruptCast - ObjectReference

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: ObjectReference Script

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

Syntax[edit | edit source]

Function InterruptCast() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

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

See Also[edit | edit source]