Parse command id list

来自MudWiki

名称

   parse_command_id_list - returns a list of names to the parser

语法

   string * 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.

   提示:这个方法应该放在MASTER_OB中。

   This should return a list of nouns (names) that apply to all objects in existence. This apply is only ever called once in the master object, so a shutdown is needed to bring changes into effect.