aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/bruiser.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bruiser/bruiser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bruiser/bruiser.h b/bruiser/bruiser.h
index 3b4513c..f8d6095 100644
--- a/bruiser/bruiser.h
+++ b/bruiser/bruiser.h
@@ -149,7 +149,8 @@ help CMDHelp[] = {
{"pwd()", "pwd()", "pwd", "", ""},
{"objload()", "objload(\"main\", \"../bfd/test/test.so\")", "load the compiled functions into bruiser", "string", "success or failure"},
{"listObjects()", "listObjects(\"function\")", "lists the loaded objects of the given type", "string", "success or failure"},
- {"xobjwrapper()", "xobjwrapper(\"function\")", "call an xobject", "", "success or failure"}
+ {"xobjwrapper()", "xobjwrapper(\"function\")", "call an xobject", "", "success or failure"},
+ {"xobjregister", "xobjregister(code_table, registration_name)", "registers an xobject as a callable function from lua", "", "pointer to the function"}
};
/**********************************************************************************************************************/
/**