SendTrespassAlarm - Actor

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script

Have this actor pretend he caught the specified criminal trespassing.

Syntax[edit | edit source]

Function SendTrespassAlarm(Actor akCriminal) native

Parameters[edit | edit source]

  • akCriminal: The actor caught trespassing.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

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

See Also[edit | edit source]