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

Description

Wiki Description

Puts the data from this data alias onto the given ref without putting that ref into the alias.

Documentation Comment

Applies the alias data to the given ref without putting the ref in the alias


Caveats


Parameters

ObjectReferenceakRef

CK Wiki Description

The ref to apply the data to


Examples

; Stamp alias data onto new actor
Alias_SettlerPackages.ApplyToRef( kNewResidentActor );

Auto-Generated Example

ObjectReference myObjectReference__akRef

myReferenceAlias__toCallFunctionOn.ApplyToRef(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.