added amb861, sounds can be hooked now

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401741
This commit is contained in:
Borja Ferrer
2007-12-02 01:51:48 +00:00
parent 221429ff6e
commit 67417e2bf6
8 changed files with 647 additions and 28 deletions
+1
View File
@@ -65,6 +65,7 @@ namespace SourceMod
enum ResultType
{
Pl_Continue = 0, /**< No result */
Pl_Changed = 1, /**< Inputs or outputs have been overridden with new values */
Pl_Handled = 3, /**< Result was handled, stop at the end */
Pl_Stop = 4, /**< Result was handled, stop now */
};