#include <script.h>
Inheritance diagram for ScriptModule:
Protected Member Functions | |
virtual void | moduleAttach (ScriptInterp *interp) |
Method to call for handling script attach events. | |
virtual void | moduleDetach (ScriptInterp *interp) |
Method to call for handling script detach events. | |
virtual char * | getSession (ScriptInterp *interp, Line *line, Session **session) |
Check for script handler. | |
virtual char * | checkScript (Line *line, ScriptImage *img) |
Validate script command for parser. | |
ScriptModule (const char *name) | |
Construct and link-in a command handler. | |
Static Protected Member Functions | |
static ScriptModule * | find (const char *name) |
Find a given module. | |
Friends | |
class | ScriptInterp |
class | ScriptCommand |
This allows plugins to become part of the base ccScript engine.
|
Construct and link-in a command handler.
|
|
Validate script command for parser.
|
|
Find a given module.
|
|
Check for script handler.
|
|
Method to call for handling script attach events.
|
|
Method to call for handling script detach events.
|
|
|
|
|