Core Help Root: Commands: @display


PROGRAMMER COMMAND

Syntax: @d?isplay <objref> [options]

Shows general information about an object, including it's size, owner, parents, location, and what permissions it has. You can optionally have it list all the public methods you have defined on an object, or all the variables, and which object defines them as below.

Example:

>@display $vampire
Object:   $vampire (Vampire)
Created:  Mon Jan 13 18:19:17 1997
Quota:    75000 bytes
Perms:
Size:     6,132 bytes (on disk)
Manager:  $vampire (Vampire)
Writers:  (none)
Parents:  $admin (Generic Admin) and $antisocial
Location: $the_pit (The Pit)
---
>@display $vampire,
Object Variables matching "*"
  ,test_dict: #[]
  ,test: 0
>@display $vampire.
Public Methods matching "*":
 ----   34 .edit_cmd(cmdstr, com, args)
 ----   14 .quit_editor()
 ----   49 .pulse()
 ----   24 .startup()
 ----    8 .dict_test(cmdstr, cmd, @str)
 ----   51 .tmp_pulse()
Options can be:
+c?hop Chops lines longer than the players cols setting.
+g?enerations Sets which object to go back from.



the Cold Dark