Background for Skyrim SE
Member of the Actor script
boolfunctionIsTrespassing()Native

Description

Wiki Description

Is this actor trespassing?

Documentation Comment

Is this actor trespassing?


Caveats


Examples

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

Auto-Generated Example

bool returnedValue = myActor__toCallFunctionOn.IsTrespassing()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.