Inheritance Tree
No indexed scripts extend this script.
Structs
Properties
Events
Functions
Adds a link between this location and the given one under the given keyword.
Returns an array of all locations linked to this one under the given keyword.
Obtains the data attached to the specified keyword on this location.
Obtains the number of alive enabled references matching the specified reference type in this location.
Obtains the number of dead enabled references matching the specified reference type in this location.
Returns if this location and the other have a common parent (filtering with a keyword, if provided). If the locations are identical, the function will return false.
Returns if this location has ever been cleared.
Returns if this location has any unreserved refs with the specified LocationRefType.
Checks for a link between this location and the given one under the given keyword.
Returns true if the calling location is the same as the supplied location. Or, if an optional keyword is supplied it also returns true if the locations share a parent with that keyword, or one of the locations has the keyword and is a parent of the other.
Modifies the data attached to the specified keyword on this location by adding the passed-in data to the current value, but as a single function call so it is thread-safe.
Removes the link between this location and the given one under the given keyword.
Sets the data attached to the specified keyword on this location.
Flags or unflags this location as cleared.
- Found in:
- F4SE
Returns the locations EncounterZone, if recursive it goes up a parent until it finds an EncounterZone
- Found in:
- F4SE
Sets this locations encounter zone
