StopCombat - Actor

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script

Removes this actor from combat.

Syntax[edit | edit source]

Function StopCombat() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Remove Bob from combat
Bob.StopCombat()

See Also[edit | edit source]