Core Help Root: Commands: @show


PROGRAMMER COMMAND

Syntax: @show <objref> [options]

@show displays an object's methods and variables, as long as you are either the owner, are trusted by the object, or the object is set visible. To see the contents of the methods, you will need to use @list You can optionally have @show list all the public methods you have defined on an object, or all the variables, and which object defines them as below.

Example:

>@show me.
Object:  $vampire [6,146 bytes]
Parents: $admin, $antisocial
Public methods matching "*":
  .pulse()
  .startup()
>@show me,
Object:  $vampire [6,146 bytes]
Parents: $admin, $antisocial
$root variables matching "*":
  manager: $vampire
  managed: [$vampire]
  inited: 1
  writes: []
$user variables matching "*":
  task_connections: #[[54965, $login_connection_23564]]

Options can be:

+c?hop Chops lines longer than the players cols setting.



the Cold Dark