Difference between revisions of "ForceLocationTo - LocationAlias"
Jump to navigation
Jump to search
imported>Jlundin |
imported>JLundin |
||
Line 1: | Line 1: | ||
[[Category:Scripting]] | [[Category:Scripting]] | ||
[[Category:Papyrus]] | [[Category:Papyrus]] | ||
[[Category:Non-delayed Native Function]] | |||
'''Member of:''' [[LocationAlias Script]] | '''Member of:''' [[LocationAlias Script]] | ||
Revision as of 08:05, 12 September 2012
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)