hcspeech.hcspeech

Undocumented in source.

Members

Functions

addAction
void addAction(string name, TTSAction.Callback callback, string usage, size_t minArgs)
Undocumented in source. Be warned that the author may not have intended to support it.
addHelpSeparator
void addHelpSeparator()
Undocumented in source. Be warned that the author may not have intended to support it.
configFilePath
string configFilePath()
Undocumented in source. Be warned that the author may not have intended to support it.
helpCommand
void helpCommand(char[][] words, char[][] words_eol)
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init(PluginInfo info)
Undocumented in source. Be warned that the author may not have intended to support it.
loadSettings
void loadSettings()
Undocumented in source. Be warned that the author may not have intended to support it.
onMessage
EatMode onMessage(char[][] words, char[][] words_eol)
Undocumented in source. Be warned that the author may not have intended to support it.
saveSettings
void saveSettings()
Undocumented in source. Be warned that the author may not have intended to support it.
shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
ttsCommand
EatMode ttsCommand(char[][] words, char[][] words_eol)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin SimpleDllMain
Undocumented in source.
__anonymous
mixin Plugin!(init, shutdown)
Undocumented in source.

Static variables

actionList
string[] actionList;
Undocumented in source.
actions
TTSAction[string] actions;
Undocumented in source.

Structs

TTSAction
struct TTSAction
Undocumented in source.

Variables

helpUsage
auto helpUsage;
Undocumented in source.
pluginInfo
PluginInfo pluginInfo;
Undocumented in source.
ttsUsage
auto ttsUsage;
Undocumented in source.

Meta