Anvil
|
Called when this creature starts a conversation, or hears a message they are listening for. More...
Public Member Functions | |
void | PauseConversation () |
void | ResumeConversation () |
Static Public Member Functions | |
static void | Signal (NwCreature creature) |
Properties | |
AssociateCommand | AssociateCommand [get] |
Gets the associate command that matched the message sent to this creature. More... | |
NwCreature | Creature = NWScript.OBJECT_SELF.ToNwObject<NwCreature>()! [get] |
Gets the creature attached to this conversation. More... | |
NwGameObject? | LastSpeaker = NWScript.GetLastSpeaker().ToNwObject<NwGameObject>() [get] |
Gets the last NwGameObject that spoke in this conversation. More... | |
int | ListenPattern = NWScript.GetListenPatternNumber() [get] |
Gets the listen pattern that matched the message sent to this creature. More... | |
NwPlayer? | PlayerSpeaker = NWScript.GetPCSpeaker().ToNwPlayer() [get] |
Gets the NwPlayer speaker in this conversation. More... | |
Properties inherited from Anvil.API.Events.IEvent | |
NwObject? | Context [get] |
Called when this creature starts a conversation, or hears a message they are listening for.
|
get |
Gets the associate command that matched the message sent to this creature.
|
get |
Gets the creature attached to this conversation.
|
get |
Gets the last NwGameObject that spoke in this conversation.
|
get |
Gets the listen pattern that matched the message sent to this creature.
|
get |
Gets the NwPlayer speaker in this conversation.