Difference between revisions of "Clear - LocationAlias"
Jump to navigation
Jump to search
imported>Jlundin |
imported>JLundin |
||
Line 1: | Line 1: | ||
[[Category:Scripting]] | [[Category:Scripting]] | ||
[[Category:Papyrus]] | [[Category:Papyrus]] | ||
'''Member of:''' [[LocationAlias Script | [[Category:Non-delayed Native Function]] | ||
'''Member of:''' [[LocationAlias Script]] | |||
Clears any location out of this alias. Will error if this alias is not optional. | Clears any location out of this alias. Will error if this alias is not optional. |
Latest revision as of 08:05, 12 September 2012
Member of: LocationAlias Script
Clears any location out of this alias. Will error if this alias is not optional.
Syntax[edit | edit source]
Function Clear() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Clear the alias out
Alias_MyHouse.Clear()