summaryrefslogtreecommitdiff
path: root/tbl_qcmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'tbl_qcmd.h')
-rw-r--r--tbl_qcmd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tbl_qcmd.h b/tbl_qcmd.h
index 26f805e..6bf799a 100644
--- a/tbl_qcmd.h
+++ b/tbl_qcmd.h
@@ -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:
*/