Background for Skyrim SE
Member of the LocationAlias script
voidfunctionForceLocationTo(LocationakNewLocation)Native

Description

Wiki Description

Forces this alias to use the specified Location.

Documentation Comment

Forces this alias to the specified location


Caveats


Parameters

LocationakNewLocation

CK Wiki Description

The Location to tell this alias to use


Examples

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

Auto-Generated Example

Location myLocation__akNewLocation

myLocationAlias__toCallFunctionOn.ForceLocationTo(myLocation__akNewLocation)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.