Anvil
Anvil.API.Events.CreatureEvents Class Reference

Built-in events associated with a specific creature. More...

Classes

class  OnBlocked
 Triggered when the NwCreature is blocked by a NwDoor. More...
 
class  OnCombatRoundEnd
 Triggered at the end of the NwCreature combat round. More...
 
class  OnConversation
 Called when this creature starts a conversation, or hears a message they are listening for. More...
 
class  OnDamaged
 Triggered by NwCreature when taken damage from NwGameObject. More...
 
class  OnDeath
 Triggered by NwCreature when killed by NwGameObject. More...
 
class  OnDisturbed
 Triggered by NwCreature when its inventory has been disturbed. More...
 
class  OnHeartbeat
 Called at a regular interval (approx. 6 seconds). More...
 
class  OnPerception
 Triggered by NwCreature when its perception is triggered by another NwCreature. More...
 
class  OnPhysicalAttacked
 Triggered by NwCreature when physically attacked by another NwCreature. More...
 
class  OnRested
 Triggered by NwCreature when resting. More...
 
class  OnSpawn
 Triggered by NwCreature upon spawning into the game. More...
 
class  OnSpellCastAt
 Triggered by NwCreature when a spell is cast upon it. More...
 
class  OnUserDefined
 

Detailed Description

Built-in events associated with a specific creature.


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