RemoveFromRef - ReferenceAlias

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

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.

Syntax[edit | edit source]

Function RemoveFromRef(ObjectReference akRef) native

Parameters[edit | edit source]

  • akRef: The ref to remove our data from

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Remove alias data from actor
Alias_SettlerPackages.RemoveFromRef( kOldResidentActor );

See Also[edit | edit source]