Anvil
Anvil.API.Events.StoreEvents.OnClose Class Reference
+ Inheritance diagram for Anvil.API.Events.StoreEvents.OnClose:
+ Collaboration diagram for Anvil.API.Events.StoreEvents.OnClose:

Properties

NwCreature Creature = NWScript.GetLastClosedBy().ToNwObject<NwCreature>()! [get]
 Gets the NwCreature that last closed this NwStore. More...
 
NwStore Store = NWScript.OBJECT_SELF.ToNwObject<NwStore>()! [get]
 Gets the NwStore being closed. More...
 
- Properties inherited from Anvil.API.Events.IEvent
NwObjectContext [get]
 

Property Documentation

◆ Creature

NwCreature Anvil.API.Events.StoreEvents.OnClose.Creature = NWScript.GetLastClosedBy().ToNwObject<NwCreature>()!
get

Gets the NwCreature that last closed this NwStore.

◆ Store

NwStore Anvil.API.Events.StoreEvents.OnClose.Store = NWScript.OBJECT_SELF.ToNwObject<NwStore>()!
get

Gets the NwStore being closed.


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