Anvil
Anvil.API.Events.PlaceableEvents.OnClose Class Reference

Called when NwCreature has closed a NwPlaceable. More...

+ Inheritance diagram for Anvil.API.Events.PlaceableEvents.OnClose:
+ Collaboration diagram for Anvil.API.Events.PlaceableEvents.OnClose:

Properties

NwCreatureClosedBy = NWScript.GetLastClosedBy().ToNwObject<NwCreature>() [get]
 Gets the NwCreature that closed the NwPlaceable. More...
 
NwPlaceable Placeable = NWScript.OBJECT_SELF.ToNwObject<NwPlaceable>()! [get]
 Gets the NwPlaceable that was closed. More...
 
- Properties inherited from Anvil.API.Events.IEvent
NwObjectContext [get]
 

Detailed Description

Called when NwCreature has closed a NwPlaceable.

Property Documentation

◆ ClosedBy

NwCreature? Anvil.API.Events.PlaceableEvents.OnClose.ClosedBy = NWScript.GetLastClosedBy().ToNwObject<NwCreature>()
get

Gets the NwCreature that closed the NwPlaceable.

◆ Placeable

NwPlaceable Anvil.API.Events.PlaceableEvents.OnClose.Placeable = NWScript.OBJECT_SELF.ToNwObject<NwPlaceable>()!
get

Gets the NwPlaceable that was closed.


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