added amb861, sounds can be hooked now
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401741
This commit is contained in:
@@ -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 */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user