LocationAlias Script

From the CreationKit Wiki
Revision as of 12:52, 20 February 2012 by imported>Jog (→‎Member Functions)
Jump to navigation Jump to search


Extends: Alias Script (Papyrus)

Script for the manipulation of location aliases.

Definition

ScriptName LocationAlias extends Alias

Properties

None

Global Functions

None

Member Functions

Function Clear()

  • Clears this alias from pointing at anything.

Location Function GetLocation()

  • Attempts to retrieve the Location that this alias is pointing at

Function ForceLocationTo(Location akNewLocation)

  • Forces this alias to point at the specified Location.

Events

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