Difference between revisions of "Clear - ReferenceAlias"
Jump to navigation
Jump to search
m
Aliases need to be marked as "optional" if this function is to work. Trying to clear a non-optional alias will throw an error to the log.
imported>DayDreamer m (→Notes: expand script warning) |
imported>Wormple12 m (Aliases need to be marked as "optional" if this function is to work. Trying to clear a non-optional alias will throw an error to the log.) |
||
Line 25: | Line 25: | ||
== Notes == | == 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. When invoked by a script fragment from the current package, this may cause another package and its script fragment to run in parallel. | *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. When invoked by a script fragment from the current package, this may cause another package and its script fragment to run in parallel. | ||
*Aliases need to be marked as "optional" if this function is to work. Trying to clear a non-optional alias will throw an error to the log. | |||
== See Also == | == See Also == |