diff options
Diffstat (limited to 'NorthstarDedicatedTest/modmanager.h')
-rw-r--r-- | NorthstarDedicatedTest/modmanager.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/modmanager.h b/NorthstarDedicatedTest/modmanager.h index f2501bed..c5ddb09f 100644 --- a/NorthstarDedicatedTest/modmanager.h +++ b/NorthstarDedicatedTest/modmanager.h @@ -19,7 +19,10 @@ public: class ModScriptCallback { public: - std::string HookedCodeCallback; + // would've liked to make it possible to hook arbitrary codecallbacks, but couldn't find a function that calls some ui ones + //std::string HookedCodeCallback; + + Context Context; // called before the codecallback is executed std::string BeforeCallback; |