diff options
Diffstat (limited to 'tbl_qcmd.h')
-rw-r--r-- | tbl_qcmd.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ #define EXEC_CURRENT 0 //executes in current thread #define EXEC_SEPERATE 1 //executes in seperate thread +#define TBL_T_SIMPLE 0 //simple command that just passes params to callback nothing else +#define TBL_T_RPC 1 //send more params and uses rpc for command +#define TBL_T_LUA 2 //send commands to lua interpreter + /* Fields: */ |