Difference between revisions of "ForceLocationTo - LocationAlias"
Jump to navigation
Jump to search
imported>Jlundin |
imported>DayDreamer m (→See Also: cross reference ReferenceAlias) |
||
(One intermediate revision by one other user not shown) | |||
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]] | ||
Line 26: | Line 27: | ||
*[[Clear - LocationAlias]] | *[[Clear - LocationAlias]] | ||
*[[GetLocation - LocationAlias]] | *[[GetLocation - LocationAlias]] | ||
*[[ForceRefTo - ReferenceAlias|ForceRefTo]] |
Latest revision as of 11:30, 20 November 2013
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)