Background for Skyrim SE
Member of the PO3_Events_AME script
eventOnItemHarvested(FormakProduce)

Description

GitHub Wiki Description (PO3's PE)

  • Player only event

Registration Control Functions


Parameters

  1. FormakProduce


Examples

Auto-Generated Example

Scriptname MyCoolScript extends PO3_Events_AME

event OnItemHarvested(Form akProduce)
    Debug.trace("Event received - OnItemHarvested: akProduce = " + akProduce)
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.