RemoveFromRef - ReferenceAlias
Member of: ReferenceAlias Script
Removes the data from this data alias from the given ref if that ref is not in the alias on the quest.
SyntaxEdit
Function RemoveFromRef(ObjectReference akRef) native
ParametersEdit
- akRef: The ref to remove our data from
Return ValueEdit
None.
ExamplesEdit
; Remove alias data from actor
Alias_SettlerPackages.RemoveFromRef( kOldResidentActor );