Difference between revisions of "SendTrespassAlarm - Actor"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Rhavlovick
m (1 revision: Clobber re-import by Henning)
 
imported>Thingy Person
Line 27: Line 27:
*[[SendAssaultAlarm - Actor]]
*[[SendAssaultAlarm - Actor]]
*[[StopCombatAlarm - Actor]]
*[[StopCombatAlarm - Actor]]
*[[SendStealAlarm - ObjectReference]]

Revision as of 04:05, 22 October 2013

Member of: Actor Script

Have this actor pretend he caught the specified criminal trespassing.

Syntax

Function SendTrespassAlarm(Actor akCriminal) native

Parameters

  • akCriminal: The actor caught trespassing.

Return Value

None.

Examples

; Nate catches the player trespassing
Nate.SendTrespassAlarm(Game.GetPlayer())

See Also