4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
312 B

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