Name Debug
Type Method
Summary Displays debugging information about the world
Prototype VARIANT Debug(BSTR Command);
Description You can use this to quickly list things of interest about the world.

You can currently get the following information:

actions
aliases
colours
commands
entities
options
server_elements
server_entities
triggers
variables

eg. /world.debug "aliases"

To find the list without referring to this web page, just type:

/world.debug ""
VBscript example
/world.debug "colours"
Jscript example
/world.debug ("colours");
PerlScript example
/$world->debug ("colours");
Returns Returns a variant, however it is not used at present. The debug information is displayed in the world window.