Background for Starfield
Member of the RefCollectionAlias script
eventOnWorkshopNPCTransfer(ObjectReferenceakSenderRef, LocationakNewWorkshop, KeywordakActionKW)

Description

Documentation Comment

Event that occurs when a workshop NPC is directed to move to another settlement


Parameters

ObjectReferenceakSenderRef

LocationakNewWorkshop

KeywordakActionKW


Examples

Auto-Generated Example

Scriptname MyCoolScript extends RefCollectionAlias

event OnWorkshopNPCTransfer(ObjectReference akSenderRef, Location akNewWorkshop, Keyword akActionKW)
    Debug.trace("Event received - OnWorkshopNPCTransfer: akSenderRef = " + akSenderRef + " akNewWorkshop = " + akNewWorkshop + " akActionKW = " + akActionKW)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.