Difference between revisions of "StopCombatAlarm - Actor"
Jump to navigation
Jump to search
imported>Rhavlovick m (1 revision: Clobber re-import by Henning) |
imported>Thingy Person m (→See Also) |
||
Line 27: | Line 27: | ||
*[[SendAssaultAlarm - Actor]] | *[[SendAssaultAlarm - Actor]] | ||
*[[SendTrespassAlarm - Actor]] | *[[SendTrespassAlarm - Actor]] | ||
*[[SendStealAlarm - ObjectReference]] |
Latest revision as of 04:08, 22 October 2013
Member of: Actor Script
Stop all combat and alarms against this actor.
Syntax[edit | edit source]
Function StopCombatAlarm() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Calm Nate down
Nate.StopCombatAlarm()