Location
- Found in:
- Vanilla
Inheritance Tree
No indexed scripts extend this script.
Structs
Properties
Events
Functions
- Found in:
- Vanilla
Adds the specified keyword to the location
- Found in:
- Vanilla
Adds a link between this location and the given one under the given keyword.
- Found in:
- Vanilla
[DEV SERVER] Loading description...
- Found in:
- Vanilla
Disables player space travel to all locations except the specified location. Can call on multiple locations.
- Found in:
- Vanilla
Enables player space travel to the specified location.
- Found in:
- Vanilla
Get an array of all instantiated Actors (across all process levels) who belong to this location.
Can optionally specify a keyword for a linkedref that they must have (apRequiredLinkedRefKeyword), and/or a linkedref keyword they must NOT have (apExcludeLinkedRefKeyword).
(Presence or absence of the keywordless linkedref cannot be checked.)
- Found in:
- Vanilla
Returns an array of all locations linked to this one under the given keyword.
- Found in:
- Vanilla
Returns this location's planet
- Found in:
- Vanilla
Obtains the data attached to the specified keyword on this location.
- Found in:
- Vanilla
Gets this location's minimum level
- Found in:
- Vanilla
Gets this location's maximum level
- Found in:
- Vanilla
Gets this location's parent locations
Can optionally specify a keyword that the parent location must have
- Found in:
- Vanilla
Obtains the number of alive enabled references matching the specified reference type in this location.
- Found in:
- Vanilla
Obtains the number of dead enabled references matching the specified reference type in this location.
- Found in:
- Vanilla
Gets an actor value on location
- Found in:
- Vanilla
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.
- Found in:
- Vanilla
Returns if this location has ever been explored
- Found in:
- Vanilla
Returns if this location has any unreserved refs with the specified LocationRefType.
- Found in:
- Vanilla
Returns whether this location is flagged as "explored" or not
- Found in:
- Vanilla
Checks for a link between this location and the given one under the given keyword.
- Found in:
- Vanilla
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.
- Found in:
- Vanilla
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.
- Found in:
- Vanilla
Removed the specified keyword from the location
- Found in:
- Vanilla
Removes the link between this location and the given one under the given keyword.
- Found in:
- Vanilla
Sets the data attached to the specified keyword on this location.
- Found in:
- Vanilla
Sets this location as explored or not
- Found in:
- Vanilla
Set the given faction as the faction owner for this location
- Found in:
- Vanilla
Sets this encounter zone's minimum level
- Found in:
- Vanilla
Sets this encounter zone's maximum level
- Found in:
- Vanilla
Forces the value of the never reset flag on this location
- Found in:
- Vanilla
Sets an actor value on location
- Found in:
- Vanilla
