#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. | |
Definition at line 346 of file IPlayerHelpers.h.
| virtual bool SourceMod::ICommandTargetProcessor::ProcessCommandTarget | ( | cmd_target_info_t * | info | ) | [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). |
1.5.1