Anvil
Loading...
Searching...
No Matches
Anvil.API.Events.CreatureEvents.OnBlocked Class Referencesealed

Triggered when the NwCreature is blocked by a NwDoor. More...

+ Inheritance diagram for Anvil.API.Events.CreatureEvents.OnBlocked:
+ Collaboration diagram for Anvil.API.Events.CreatureEvents.OnBlocked:

Properties

NwDoor BlockingDoor = NWScript.GetBlockingDoor().ToNwObject<NwDoor>()! [get]
 Gets the NwDoor that is blocking the NwCreature.
 
NwCreature Creature = NWScript.OBJECT_SELF.ToNwObject<NwCreature>()! [get]
 Gets the blocked NwCreature.
 
- Properties inherited from Anvil.API.Events.IEvent

Detailed Description

Triggered when the NwCreature is blocked by a NwDoor.


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