YaDialogAPI¶
Beta
YaDialogAPI
is a class for managing dialogues of speakers.Functions¶
A listener to events about dialogue state changes for the specified entity
entity
The entity that you want to listen to
An API handle for managing a character's dialogues
character
The character
YaCharacterDialogBySpeaker YaDialogAPI.CharacterDialogBySpeaker(YaEntity character, YaEntity speaker)Beta
Gets the dialogue of the speaker associated with the character.
Gets the dialogue configuration using dialogID.
Fired when any conversation occurs.
callback
A callback with characters in the conversation and dialogue information
Fired when any conversation is interrupted.
callback
A callback with characters in the conversation and dialogue information
Fired when any conversation is finished.
callback
A callback with characters in the conversation and dialogue information