Core Help Root: Commands: @commands


Syntax: @com?mands <objref> [options]

Displays all the commands that <objref> has on it either directly, or from it's parents.

Example:

>@commands Squeak +f
Remote commands on Squeak the lemming:
  "step on <this>"                                    .step_cmd()
  "beat the <this>"                                   .beat_cmd()
  "beat <this>"                                       .beat_cmd()
  "beat up the <this>"                                .beat_cmd()
  "beat up <this>"                                    .beat_cmd()
  "jump on the <this>"                                .step_cmd()
  "jump on <this>"                                    .step_cmd()
  "pet <this>"                                        .pet_cmd()

Options can be:

+f?ull Shows command followed by it's method.
+a?ll Shows all of <objref>'s commands, including those inherited from parents.
+l?ocal Shows any local commands that are defined on the object.
+r?emote Shows any remote commands that are defined on the object.
+s?hortcuts Shows any shortcuts that are defined on the object.



the Cold Dark