Example-Extension/README.md

11 lines
401 B
Markdown
Raw Normal View History

2018-07-14 01:35:39 +08:00
# ExampleExtension
Every time NextHooker has a sentence of text ready,
2018-07-27 13:59:54 +08:00
it will call ```OnNewSentence``` on all extensions it finds sequentially,
plugging the output of ```OnNewSentence``` from the previous extension into the next extension.<br>
2018-07-14 01:35:39 +08:00
After the sentence has been processed by all extensions, it will be displayed.
# Notes
Please compile extensions for Release targeting x86 architecture!