SourceMod SDK
1.7
|
Intercepts a command target operation. More...
#include <public/IPlayerHelpers.h>
Public Member Functions | |
virtual bool | ProcessCommandTarget (cmd_target_info_t *info)=0 |
Must process the command target and return a COMMAND_TARGET value. More... | |
Intercepts a command target operation.
|
pure virtual |
Must process the command target and return a COMMAND_TARGET value.
info | Struct containing command target information. Any members labelled OUT must be filled if processing is to be completed (i.e. true returned). |