Background for Starfield
Member of the ReferenceAlias script
eventOnItemUnequipped(FormakBaseObject, ObjectReferenceakReference)

Description

Documentation Comment

Event received when this actor unequips something - akReference may be None if object is not persistent (only if this alias points at an actor)


Parameters

FormakBaseObject

ObjectReferenceakReference


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ReferenceAlias

event OnItemUnequipped(Form akBaseObject, ObjectReference akReference)
    Debug.trace("Event received - OnItemUnequipped: 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.