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

Triggered by NwCreature when physically attacked by another NwCreature. More...

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

Properties

NwCreature Attacker = NWScript.GetLastAttacker().ToNwObject<NwCreature>()! [get]
 Gets the NwCreature that physically attacked NwCreature.
 
NwCreature Creature = NWScript.OBJECT_SELF.ToNwObject<NwCreature>()! [get]
 Gets the NwCreature that was physically attacked.
 
- Properties inherited from Anvil.API.Events.IEvent

Detailed Description

Triggered by NwCreature when physically attacked by another NwCreature.


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