Difference between revisions of "Clear - ReferenceAlias"
Jump to navigation
Jump to search
imported>JLundin |
imported>DayDreamer m (Add Note, match Clear - LocationAlias) |
||
Line 22: | Line 22: | ||
Alias_JohnDoe.Clear() | Alias_JohnDoe.Clear() | ||
</source> | </source> | ||
== Notes == | |||
*Use of this function causes this actor (and perhaps other actors in any current running scene in the quest) to re-[[EvaluatePackage - Actor|evaluate]] their packages. | |||
== See Also == | == See Also == | ||
*[[ReferenceAlias Script]] | *[[ReferenceAlias Script]] | ||
*[[GetReference - ReferenceAlias]] | |||
*[[ForceRefTo - ReferenceAlias]] |
Revision as of 11:21, 20 November 2013
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.