summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/Debuggers/Info.lua
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2016-06-05 18:23:16 +0200
committerMattes D <github@xoft.cz>2016-06-05 18:23:16 +0200
commitc2759186c09dc981aa672fecb57cce4aea722ec6 (patch)
treeece066d1c1f8e5ebe4a0da9cf918e06094002188 /Server/Plugins/Debuggers/Info.lua
parentBindings: Add a const-ptr variant to all stack getter functions (diff)
downloadcuberite-c2759186c09dc981aa672fecb57cce4aea722ec6.tar
cuberite-c2759186c09dc981aa672fecb57cce4aea722ec6.tar.gz
cuberite-c2759186c09dc981aa672fecb57cce4aea722ec6.tar.bz2
cuberite-c2759186c09dc981aa672fecb57cce4aea722ec6.tar.lz
cuberite-c2759186c09dc981aa672fecb57cce4aea722ec6.tar.xz
cuberite-c2759186c09dc981aa672fecb57cce4aea722ec6.tar.zst
cuberite-c2759186c09dc981aa672fecb57cce4aea722ec6.zip
Diffstat (limited to 'Server/Plugins/Debuggers/Info.lua')
-rw-r--r--Server/Plugins/Debuggers/Info.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/Server/Plugins/Debuggers/Info.lua b/Server/Plugins/Debuggers/Info.lua
index af3461342..8fd04d0ae 100644
--- a/Server/Plugins/Debuggers/Info.lua
+++ b/Server/Plugins/Debuggers/Info.lua
@@ -254,6 +254,12 @@ g_PluginInfo =
HelpString = "Tests the world scheduling",
},
+ ["testbbox"] =
+ {
+ Handler = HandleConsoleTestBbox,
+ HelpString = "Tests cBoundingBox API"
+ },
+
["testcall"] =
{
Handler = HandleConsoleTestCall,