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

Triggered by NwCreature when its perception is triggered by another NwCreature. More...

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

Properties

NwCreature Creature = NWScript.OBJECT_SELF.ToNwObject<NwCreature>()! [get]
 Gets the NwCreature associated with the perception event.
 
NwCreature PerceivedCreature = NWScript.GetLastPerceived().ToNwObject<NwCreature>()! [get]
 Gets the NwCreature that was perceived by NwCreature.
 
PerceptionEventType PerceptionEventType = GetPerceptionEventType() [get]
 Gets the PerceptionEventType event triggered.
 
- Properties inherited from Anvil.API.Events.IEvent

Detailed Description

Triggered by NwCreature when its perception is triggered by another NwCreature.


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