Background for Fallout 4
Member of the ActiveMagicEffect script
eventOnItemEquipped(FormakBaseObject, ObjectReferenceakReference)

Description

Documentation Comment

Event received when this actor equips something - akReference may be None if object is not persistent


Parameters

FormakBaseObject

ObjectReferenceakReference


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ActiveMagicEffect

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