#include <script.h>
Protected Methods | |
| virtual void | moduleAttach (ScriptInterp *interp) |
| Method to call for handling script attach events. More... | |
| virtual void | moduleDetach (ScriptInterp *interp) |
| Method to call for handling script detach events. More... | |
| virtual char* | getSession (ScriptInterp *interp, scriptline_t *line, ScriptSession **session) |
| Check for script handler. More... | |
| virtual char* | checkScript (scriptline_t *line, ScriptImage *img) |
| Validate script command for parser. More... | |
| ScriptModule (const char *name) | |
| Construct and link-in a command handler. More... | |
Static Protected Methods | |
| ScriptModule* | find (const char *name) |
| Find a given module. More... | |
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.
|
|
|
|
|
|
|
1.2.5 written by Dimitri van Heesch,
© 1997-2001