SourceMod::ICommandTargetProcessor Class Reference

Intercepts a command target operation. More...

#include <public/IPlayerHelpers.h>

List of all members.

Public Member Functions

virtual bool ProcessCommandTarget (cmd_target_info_t *info)=0
 Must process the command target and return a COMMAND_TARGET value.


Detailed Description

Intercepts a command target operation.

Definition at line 346 of file IPlayerHelpers.h.


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:
info Struct 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:
Generated on Thu Aug 28 22:10:26 2008 for SourceMod SDK by  doxygen 1.5.1