IsTrespassing - Actor

Member of: Actor Script

Is this actor trespassing?

SyntaxEdit

bool Function IsTrespassing() native

ParametersEdit

None.

Return ValueEdit

Whether this actor is trespassing or not.

ExamplesEdit

; Is the player trespassing?
bool playerTrespassing = Game.GetPlayer().IsTrespassing()

See AlsoEdit