A structure to introduce new core commands to the runtime engine. More...
#include <script.h>
Data Fields | |
check_t | check |
compile-time check routine | |
method_t | method |
runtime method or NULL if c-t only | |
char * | name |
name of command | |
struct keyword * | next |
linked list set by assign() |
A structure to introduce new core commands to the runtime engine.
This is typically passed to assign as an array. Entries with no runtime method (method = NULL) are only processed at compile-time.
Definition at line 90 of file script.h.