10 lines
312 B
Plaintext
10 lines
312 B
Plaintext
|
Scriptname LocationAlias extends Alias Hidden
|
||
|
|
||
|
; Clears the alias - fails on non-optional aliases
|
||
|
Function Clear() native
|
||
|
|
||
|
; Get the object reference this alias refers to
|
||
|
Location Function GetLocation() native
|
||
|
|
||
|
; Forces this alias to the specified location
|
||
|
Function ForceLocationTo(Location akNewLocation) native
|