Clear - ReferenceAlias

From the CreationKit Wiki
Revision as of 08:06, 12 September 2012 by imported>JLundin
Jump to navigation Jump to search

Member of: ReferenceAlias Script

Clears any reference 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_JohnDoe.Clear()

See Also