Anvil
Anvil.API.Events.CreatureEvents.OnBlocked Class Reference

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. More...
 
NwCreature Creature = NWScript.OBJECT_SELF.ToNwObject<NwCreature>()! [get]
 Gets the blocked NwCreature. More...
 
- Properties inherited from Anvil.API.Events.IEvent
NwObjectContext [get]
 

Detailed Description

Triggered when the NwCreature is blocked by a NwDoor.

Property Documentation

◆ BlockingDoor

NwDoor Anvil.API.Events.CreatureEvents.OnBlocked.BlockingDoor = NWScript.GetBlockingDoor().ToNwObject<NwDoor>()!
get

Gets the NwDoor that is blocking the NwCreature.

◆ Creature

NwCreature Anvil.API.Events.CreatureEvents.OnBlocked.Creature = NWScript.OBJECT_SELF.ToNwObject<NwCreature>()!
get

Gets the blocked NwCreature.


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