LocationAlias Script

From the CreationKit Wiki
Revision as of 20:26, 2 February 2014 by imported>CraftySentinel (→‎Member Functions: Reverted to List)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Extends: Alias Script (Papyrus)

Script for the manipulation of location aliases.

Definition[edit | edit source]

ScriptName LocationAlias extends Alias

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

Clear()
  • Clears this alias from pointing at anything.
Location GetLocation()
  • Attempts to retrieve the Location that this alias is pointing at
ForceLocationTo(Location akNewLocation)
  • Forces this alias to point at the specified Location.

Events[edit | edit source]

Will receive every event from the Location they are attached to.