ApplyToRef - ReferenceAlias

Revision as of 08:22, 2 January 2014 by imported>Iceburg333 (→‎See Also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: ReferenceAlias Script

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

SyntaxEdit

Function ApplyToRef(ObjectReference akRef) native

ParametersEdit

  • akRef: The ref to apply the data to

Return ValueEdit

None.

ExamplesEdit

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

See AlsoEdit