client utilities #175
Aliases: client utilities
3 verbs · 19 properties · 0 children
Verbs
| Verb | Spec | Flags | Definer | Lines |
|---|---|---|---|---|
tell_inv_add | this none this | rxd | #175 | 2 |
tell_inv_rm | this none this | rxd | #175 | 2 |
tell_inv_add_old | this none this | rxd | #175 | 3 |
Properties
| Property | Definer | Flags | Owner | Value |
|---|---|---|---|---|
map_start | #175 | rc | #361 | "#$#map" |
map_end | #175 | rc | #361 | "#$#/map" |
roomdesc_start | #175 | rc | #361 | "#$#roomdesc" |
roomdesc_end | #175 | rc | #361 | "#$#/roomdesc" |
exits_start | #175 | rc | #361 | "#$#exits" |
exits_end | #175 | rc | #361 | "#$#/exits" |
roomdesc_title | #175 | rc | #361 | "$#$title:" |
dirs | #175 | rc | #361 | {"north", "northeast", "east", "southeast", "south", "southwest", "west", "northwest"} |
help_msg | #72 | rc | #361 | <clear> |
aliases | #1 | rc | #361 | {"client utilities"} |
description | #1 | rc | #361 | <clear> |
object_size | #1 | r | #29 | {2280, 1298433983} |
hidden_verbs | #1 | rc | #361 | <clear> |
phelp_msg | #1 | rc | #361 | <clear> |
weight | #1 | rc | #361 | <clear> |
owner_verbs | #1 | rc | #361 | <clear> |
plural_name | #1 | rc | #361 | <clear> |
client_image | #1 | rc | #361 | <clear> |
listening | #1 | rc | #361 | <clear> |
Ancestry
Ancestors (nearest first): #72 Generic Utilities Package → #1 root
Children: none
Source
tell_inv_add
Referenced by
- #1:client_inventory line 4:
$client:tell_inv_add - #6:client_inventory line 5:
$client:tell_inv_add - #6:enterfunc line 3:
$client:tell_inv_add - #54:enterfunc line 7:
$client:tell_inv_add
Source
1{who, what} = args; 2who:client_tell("add #", toint(what), ",", what.name, ",#", toint(what.location), ",", con = is_a(what, $container), con ? "," + tostr(what.open) | "");
tell_inv_rm
Referenced by
- #6:exitfunc line 3:
$client:tell_inv_rm - #54:exitfunc line 7:
$client:tell_inv_rm
Source
1{who, what} = args; 2who:client_tell("rm #", toint(what));
tell_inv_add_old
Referenced by
none
Source
1"Copied from client utilities (#32136):tell_inv_add by Gilmore (#98) Sat Sep 10 14:38:10 2005 CDT"; 2{who, what} = args; 3who:client_tell("add #", toint(what), ",", what.name, ",#", toint(what.location), ",", is_a(what, $container));