ES2 MUD LIB :: 東方故事二(ES2) 天朝帝國 mudlib 瀏覽展示

/doc/applies/interactive/process_input

HOME :: doc :: applies :: interactive :: process_input

     pppprrrroooocccceeeessssssss____iiiinnnnppppuuuutttt((((4444))))       MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))))        pppprrrroooocccceeeessssssss____iiiinnnnppppuuuutttt((((4444))))

     NNNNAAAAMMMMEEEE
          process_input - provide a hook for the MudOS driver to send
          a copy of what the player is typing to the player object.

     SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
          string process_input( string );

     DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
          If process_input is present in the player object, then the
          MudOS driver parser will send it a copy of each line the
          player types.  Process_input makes it easy to implement
          features like command history and protection against
          wizcuffs.  process_input can also modify the player input
          before it is parsed.  If process_input returns a non-zero
          string, that string is used by the driver instead of what
          the player typed.

     AAAAUUUUTTTTHHHHOOOORRRR
          Truilkan@TMI

     Page 1                                          (printed 3/16/95)

HOME :: doc :: applies :: interactive :: process_input