Location Script
Revision as of 19:24, 2 February 2014 by imported>CraftySentinel (Reverted to List)
Extends: Form Script
Script for the manipulation of location base objects.
Definition
ScriptName Location extends Form
Properties
None
Global Functions
None
Member Functions
- Float GetKeywordData(Keyword akKeyword)
- Returns the float value associated with the specified keyword attached to this location.
- Int GetRefTypeAliveCount(LocationRefType akRefType)
- Returns the number of alive enabled references matching the specified LocationRefType.
- Int GetRefTypeDeadCount(LocationRefType akRefType)
- Returns the number of dead enabled references matching the specified LocationRefType.
- Bool HasCommonParent(Location akOther, Keyword akFilter)
- Returns if the two locations have a common parent, filtered with the Keyword.
- Bool HasRefType(LocationRefType akRefType)
- Returns if this location has the specified LocationRefType
- Bool IsCleared()
- Gets whether this location is flagged as "cleared" or not.
- Bool IsChild(Location akOther)
- Checks to see if the other location is a child of this one.
- Bool IsLoaded()
- Is this location currently loaded?
- Bool IsSameLocation(Location akOtherLocation, Keyword akKeyword)
- Returns true if this location is the same as the supplied location
- SetCleared(Bool abCleared)
- Flags this location as cleared (or not).
- SetKeywordData(Keyword akKeyword, Float afData)
- Sets the specified Keyword's data on this location.
Events
None