- Found in:
- PO3's PE
eventOnItemCrafted(ObjectReferenceakBench, LocationakLocation, FormakCreatedItem)
Description
GitHub Wiki Description (PO3's PE)
- Player only event
Registration Control Functions
Parameters
ObjectReferenceakBench
LocationakLocation
FormakCreatedItem
Examples
Auto-Generated Example
Scriptname MyCoolScript extends PO3_Events_Form
event OnItemCrafted(ObjectReference akBench, Location akLocation, Form akCreatedItem)
Debug.trace("Event received - OnItemCrafted: akBench = " + akBench + " akLocation = " + akLocation + " akCreatedItem = " + akCreatedItem)
endEventAdditional References
View this event on the GitHub Wiki for powerofthree's Papyrus Extender
