SetLinkedRef - ObjectReference

Revision as of 11:29, 9 June 2019 by imported>Ice Eyes (Corrected the first parameter.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: ObjectReference Script

Sets the reference linked to this one under the specified keyword.

SyntaxEdit

Function SetLinkedRef(ObjectReference apRef, Keyword apKeyword = None) native

ParametersEdit

  • akLinkedRef: Reference to link to.
  • apKeyword: Keyword to link under.
    • Default: None

Return ValueEdit

None

ExamplesEdit

; Set the linked ref for the actor
mineworker.SetLinkedRef( oremarker, WorkAtKeyword );

See AlsoEdit