SendTrespassAlarm - Actor

Member of: Actor Script

Have this actor pretend he caught the specified criminal trespassing.

SyntaxEdit

Function SendTrespassAlarm(Actor akCriminal) native

ParametersEdit

  • akCriminal: The actor caught trespassing.

Return ValueEdit

None.

ExamplesEdit

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

See AlsoEdit