From caba46802625be159fd04184aee3a867c59de4ed Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Fri, 17 Aug 2018 14:30:06 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 721f710..38b194b 100644 --- a/README.md +++ b/README.md @@ -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.
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.
+```"text number"```: number uniquely identifying the text channel the sentence is in. Console text channel is always 0.
+```"process id"```: process id that the sentence is coming from.
+ # Notes -Please compile extensions for Release targeting x86 architecture! +You just need Visual Studio with basic C++ support to compile this project.
+Compile using Release configuration unless you built NextHooker from source yourself using a Debug configuration. Compile targeting x86 for NextHooker and x64 for NextHooker64.