Parse command all word

来自MudWiki

名称

   parse_command_all_word - find out what word refers to everything

语法

   string parse_command_all_word(); 

描述

   This routine is called in the master object to find out what word should be considered to refer to everyting.  It is used by the parse_command() efun.

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

   This apply should return a single word used to refer to everything in an environment (i.e. room or container). This apply is called once and never again.

示例

   string parse_command_all_word() { return "all"; }

参考

   parse_command(3)