ApplyToRef - ReferenceAlias
Jump to navigation
Jump to search
Member of: ReferenceAlias Script
Puts the data from this data alias onto the given ref without putting that ref into the alias.
Syntax[edit | edit source]
Function ApplyToRef(ObjectReference akRef) native
Parameters[edit | edit source]
- akRef: The ref to apply the data to
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Stamp alias data onto new actor
Alias_SettlerPackages.ApplyToRef( kNewResidentActor );