Background for Skyrim SE
Member of the PO3_Events_Alias script
eventOnItemCrafted(ObjectReferenceakBench, LocationakLocation, FormakCreatedItem)

Registration Control Functions


Parameters

  1. ObjectReferenceakBench

  2. LocationakLocation

  3. FormakCreatedItem


Examples

Auto-Generated Example

Scriptname MyCoolScript extends PO3_Events_Alias

event OnItemCrafted(ObjectReference akBench, Location akLocation, Form akCreatedItem)
    Debug.trace("Event received - OnItemCrafted: akBench = " + akBench + " akLocation = " + akLocation + " akCreatedItem = " + akCreatedItem)
endEvent

Additional References

View this event on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.