SetLinkedRef - ObjectReference
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 );