Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Artikash authored Aug 17, 2018
1 parent 6c53f76 commit caba468
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ it will call ```OnNewSentence``` on all extensions it finds sequentially,
plugging the output of ```OnNewSentence``` from the previous extension into the next extension.<br>
After the sentence has been processed by all extensions, it will be displayed.

# MiscInfo

## The following keys are in ```MiscInfo```
```"current select"```: always 0 unless the sentence is in the text channel currently selected by the user.<br>
```"text number"```: number uniquely identifying the text channel the sentence is in. Console text channel is always 0.<br>
```"process id"```: process id that the sentence is coming from.<br>

# Notes

Please compile extensions for Release targeting x86 architecture!
You just need Visual Studio with basic C++ support to compile this project.<br>
Compile using Release configuration unless you built NextHooker from source yourself using a Debug configuration. Compile targeting x86 for NextHooker and x64 for NextHooker64.

0 comments on commit caba468

Please sign in to comment.