added new block_message flag in the message system

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401256
This commit is contained in:
Borja Ferrer
2007-08-02 00:47:47 +00:00
parent b20fa11911
commit 5a612d22e5
3 changed files with 12 additions and 12 deletions
+1 -2
View File
@@ -89,10 +89,9 @@ namespace SourceMod
}
};
#define USERMSG_PASSTHRU (1<<0) /**< Message will pass through other SourceMM plugins */
#define USERMSG_PASSTHRU_ALL (1<<1) /**< Message will pass through other SourceMM plugins AND SourceMod */
#define USERMSG_RELIABLE (1<<2) /**< Message will be set to reliable */
#define USERMSG_INITMSG (1<<3) /**< Message will be considered to be an initmsg */
#define USERMSG_BLOCKHOOKS (1<<7) /**< Prevents the message from triggering SourceMod and Metamod hooks */
/**
* @brief Contains functions for hooking user messages.