SourceMod SDK  1.7
SourceMod::ICommandTargetProcessor Class Referenceabstract

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...
 

Detailed Description

Intercepts a command target operation.

Member Function Documentation

virtual bool SourceMod::ICommandTargetProcessor::ProcessCommandTarget ( cmd_target_info_t info)
pure virtual

Must process the command target and return a COMMAND_TARGET value.

Parameters
infoStruct containing command target information. Any members labelled OUT must be filled if processing is to be completed (i.e. true returned).
Returns
True to end processing, false to let Core continue.

The documentation for this class was generated from the following file: