ForceLocationTo - LocationAlias
Revision as of 11:30, 20 November 2013 by imported>DayDreamer (→See Also: cross reference ReferenceAlias)
Member of: LocationAlias Script
Forces this alias to use the specified Location.
Syntax
Function ForceLocationTo(Location akNewLocation) native
Parameters
- akNewLocation: The Location to tell this alias to use
Return Value
None.
Examples
; Force the alias to use the specified location
Alias_HomeLocation.ForceLocationTo(KingsCastleLocation)