YaDialogAPI¶
Beta
YaDialogAPI is a class for managing dialogues of speakers.Functions¶
A listener to events about dialogue state changes for the specified entity
entityThe entity that you want to listen to
An API handle for managing a character's dialogues
characterThe 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.
callbackA callback with characters in the conversation and dialogue information
Fired when any conversation is interrupted.
callbackA callback with characters in the conversation and dialogue information
Fired when any conversation is finished.
callbackA callback with characters in the conversation and dialogue information