#include <public/sourcepawn/sp_vm_api.h>
Public Member Functions | |
| virtual void | OnContextExecuteError (IPluginContext *ctx, IContextTrace *error)=0 |
| Invoked on a context execution error. | |
| virtual void | OnDebugSpew (const char *msg,...)=0 |
| Called on debug spew. | |
Definition at line 955 of file sp_vm_api.h.
| virtual void SourcePawn::IDebugListener::OnContextExecuteError | ( | IPluginContext * | ctx, | |
| IContextTrace * | error | |||
| ) | [pure virtual] |
Invoked on a context execution error.
| ctx | Context. | |
| error | Object holding error information and a backtrace. |
| virtual void SourcePawn::IDebugListener::OnDebugSpew | ( | const char * | msg, | |
| ... | ||||
| ) | [pure virtual] |
Called on debug spew.
| msg | Message text. | |
| fmt | Message formatting arguments (printf-style). |
1.5.1