Anvil
Anvil.API.Events.ModuleEvents.OnUnacquireItem Class Reference

Triggered when a NwItem is removed from a NwCreature's inventory. More...

+ Inheritance diagram for Anvil.API.Events.ModuleEvents.OnUnacquireItem:
+ Collaboration diagram for Anvil.API.Events.ModuleEvents.OnUnacquireItem:

Properties

NwItem Item = NWScript.GetModuleItemLost().ToNwObject<NwItem>()! [get]
 Gets the NwItem that was lost by NwCreature. More...
 
NwCreature LostBy = NWScript.GetModuleItemLostBy().ToNwObject<NwCreature>()! [get]
 Gets the NwCreature that lost the NwItem. More...
 
- Properties inherited from Anvil.API.Events.IEvent
NwObjectContext [get]
 

Detailed Description

Triggered when a NwItem is removed from a NwCreature's inventory.

Property Documentation

◆ Item

NwItem Anvil.API.Events.ModuleEvents.OnUnacquireItem.Item = NWScript.GetModuleItemLost().ToNwObject<NwItem>()!
get

Gets the NwItem that was lost by NwCreature.

◆ LostBy

NwCreature Anvil.API.Events.ModuleEvents.OnUnacquireItem.LostBy = NWScript.GetModuleItemLostBy().ToNwObject<NwCreature>()!
get

Gets the NwCreature that lost the NwItem.


The documentation for this class was generated from the following file: