#include <IShareSys.h>
#include <sp_vm_api.h>
#include <IForwardSys.h>
#include <bitbuf.h>
#include <irecipientfilter.h>
Include dependency graph for IUserMessages.h:

Go to the source code of this file.
Namespaces | |
| namespace | SourceMod |
Classes | |
| class | SourceMod::IUserMessageListener |
| Listens to user messages sent from the server. More... | |
| class | SourceMod::IUserMessages |
| Contains functions for hooking user messages. More... | |
Defines | |
| #define | SMINTERFACE_USERMSGS_NAME "IUserMessages" |
| #define | SMINTERFACE_USERMSGS_VERSION 1 |
| #define | USERMSG_RELIABLE (1<<2) |
| #define | USERMSG_INITMSG (1<<3) |
| #define | USERMSG_BLOCKHOOKS (1<<7) |
Definition in file IUserMessages.h.
| #define USERMSG_RELIABLE (1<<2) |
Message will be set to reliable
Definition at line 91 of file IUserMessages.h.
| #define USERMSG_INITMSG (1<<3) |
Message will be considered to be an initmsg
Definition at line 92 of file IUserMessages.h.
| #define USERMSG_BLOCKHOOKS (1<<7) |
Prevents the message from triggering SourceMod and Metamod hooks
Definition at line 93 of file IUserMessages.h.
1.5.1