Clear - ReferenceAlias
From Creation Kit
Member of: ReferenceAlias Script
Clears any reference out of this alias. Will error if this alias is not optional.
Contents |
Syntax
Function Clear() native
Parameters
None.
Return Value
None.
Examples
; Clear the alias out Alias_JohnDoe.Clear()

