LocationAlias Script

From the CreationKit Wiki
Revision as of 04:10, 24 October 2013 by imported>CraftySentinel (→‎Member Functions: Formatting Change)
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 Description
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

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