ForceLocationTo - LocationAlias

From the CreationKit Wiki
Revision as of 14:10, 20 October 2011 by imported>Jlundin (→‎See Also)
(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

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)

See Also