./"returns some information about actions the user can take

.DT
commands
Discworld driver help
commands

Name
.SI 5
commands() - returns some information about actions the user can take

.EI
Synopsis
.SI 5
mixed *commands();

.EI
Description
.SP 5 5
Returns an array of an array of 3 items describing the actions that
are available to this_object().  The first item is the command
itself (as passed to add_action()).  The second is the set of
flags (passed to add_action as the third argument, often defaulted
to 0).  The third is the object that defined the action.

.EP
See also
.SI 5
add_action(3), enable_commands(3), disable_commands(3)
.EI
