Clear - LocationAlias

From the CreationKit Wiki
Revision as of 15:09, 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 (Papyrus)

Clears any location out of this alias. Will error if this alias is not optional.

Syntax

Function Clear() native

Parameters

None.

Return Value

None.

Examples

; Clear the alias out
Alias_MyHouse.Clear()

See Also