ForceLocationTo - LocationAlias

From the CreationKit Wiki
Revision as of 12:30, 20 November 2013 by imported>DayDreamer (→‎See Also: cross reference ReferenceAlias)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: LocationAlias Script

Forces this alias to use the specified Location.

Syntax[edit | edit source]

Function ForceLocationTo(Location akNewLocation) native

Parameters[edit | edit source]

  • akNewLocation: The Location to tell this alias to use

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Force the alias to use the specified location
Alias_HomeLocation.ForceLocationTo(KingsCastleLocation)

See Also[edit | edit source]