removed a few TODOs and filled out some PluginSys stuff

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40287
This commit is contained in:
David Anderson
2007-01-11 01:13:34 +00:00
parent f30dfedeeb
commit 09b01f7950
6 changed files with 104 additions and 55 deletions
+2 -1
View File
@@ -36,9 +36,10 @@ namespace SourceMod
Plugin_Running=0, /* Plugin is running */
/* All states below are unexecutable */
Plugin_Paused, /* Plugin is loaded but paused */
Plugin_Error, /* Plugin is loaded but errored/locked */
/* All states below do not have all natives */
Plugin_Loaded, /* Plugin has passed loading and can be finalized */
Plugin_Error, /* Plugin has a blocking error */
Plugin_Failed, /* Plugin has a fatal failure */
Plugin_Created, /* Plugin is created but not initialized */
Plugin_Uncompiled, /* Plugin is not yet compiled by the JIT */
Plugin_BadLoad, /* Plugin failed to load */