mud/lib/doc/applies/parse_command_id_list
2020-09-06 05:43:07 -07:00

11 lines
340 B
Plaintext

parse_command_id_list - returns a list of names to the parser
string array parse_command_id_list();
This routine is used to find out what nouns the object responds to, and is
used by the parsing package and the parse_command() efun. In addition,
anything returned by the master object will work on ANY object.
See also:
parse_command