Parse command adjectiv id list
来自MudWiki
名称
parse_command_adjectiv_id_list - returns a list of names to the parser
语法
string * parse_command_adjectiv_id_list();
描述
This routine is used to find out what adjectives 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 adjectives that apply to all objects in existence. However this is probably redundant as I believe the parser deals correctly with articles and determinates anyway. This apply is also only called once and never again.