Clear - ReferenceAlias

From the CreationKit Wiki
Revision as of 11:21, 20 November 2013 by imported>DayDreamer (Add Note, match Clear - LocationAlias)
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()

Notes

  • Use of this function causes this actor (and perhaps other actors in any current running scene in the quest) to re-evaluate their packages.

See Also