Background for Skyrim SE
Member of the ObjectReference script
boolfunctionIsInLocation(LocationakLocation)

Description

Wiki Description

Checks to see if this object is in the specified location, or in a child of the specified location.

Documentation Comment

Convenience function to check if I'm in a location or any of its children


Parameters

  1. LocationakLocation

    CK Wiki Description

    The Location to check.


Examples

No human-generated examples found for this function.

Auto-Generated Example

Location myLocation__akLocation

bool returnedValue = myObjectReference__toCallFunctionOn.IsInLocation(myLocation__akLocation)

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.