Anvil
Loading...
Searching...
No Matches
Anvil.API.Events.PlaceableEvents.OnConversation Class Referencesealed

Called when this placeable starts a conversation, or hears a message they are listening for. More...

+ Inheritance diagram for Anvil.API.Events.PlaceableEvents.OnConversation:
+ Collaboration diagram for Anvil.API.Events.PlaceableEvents.OnConversation:

Public Member Functions

void PauseConversation ()
 
void ResumeConversation ()
 

Static Public Member Functions

static void Signal (NwPlaceable placeable)
 

Properties

NwGameObjectLastSpeaker = NWScript.GetLastSpeaker().ToNwObject<NwGameObject>() [get]
 Gets the last NwGameObject that spoke in this conversation.
 
int ListenPattern = NWScript.GetListenPatternNumber() [get]
 Gets the listen pattern that matched the message sent to this placeable.
 
NwPlaceable Placeable = NWScript.OBJECT_SELF.ToNwObject<NwPlaceable>()! [get]
 Gets the placeable attached to this conversation.
 
NwPlayerPlayerSpeaker = NWScript.GetPCSpeaker().ToNwPlayer() [get]
 Gets the NwPlayer speaker in this conversation.
 
- Properties inherited from Anvil.API.Events.IEvent

Detailed Description

Called when this placeable starts a conversation, or hears a message they are listening for.


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