Background for Starfield
Member of the Actor script
eventOnPlayerCraftItem(ObjectReferenceakBench, LocationakLocation, FormakCreatedItem)

Description

Documentation Comment

Received when player crafts an item


Parameters

  1. ObjectReferenceakBench

  2. LocationakLocation

  3. FormakCreatedItem


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Actor

event OnPlayerCraftItem(ObjectReference akBench, Location akLocation, Form akCreatedItem)
    Debug.trace("Event received - OnPlayerCraftItem: akBench = " + akBench + " akLocation = " + akLocation + " akCreatedItem = " + akCreatedItem)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.