Member of: Actor Script
Is this actor trespassing?
bool Function IsTrespassing() native
None.
Whether this actor is trespassing or not.
; Is the player trespassing? bool playerTrespassing = Game.GetPlayer().IsTrespassing()