Background for Fallout 4
Member of the ReferenceAlias script
voidfunctionRemoveFromRef(ObjectReferenceakRef)Native

Description

Wiki Description

Removes the data from this data alias from the given ref if that ref is not in the alias on the quest.

Documentation Comment

Removes this data alias from the given ref


Caveats


Parameters

ObjectReferenceakRef

CK Wiki Description

The ref to remove our data from


Examples

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

Auto-Generated Example

ObjectReference myObjectReference__akRef

myReferenceAlias__toCallFunctionOn.RemoveFromRef(myObjectReference__akRef)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.