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

/doc/efuns/commands

HOME :: doc :: efuns :: commands

     ccccoooommmmmmmmaaaannnnddddssss((((3333))))            MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))))             ccccoooommmmmmmmaaaannnnddddssss((((3333))))

     NNNNAAAAMMMMEEEE
          commands() - returns some information about actions the user
          can take

     SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
          mixed *commands( void );

     DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
          Returns an array of an array of 4 items describing the
          actions that are available to this_object().  The first item
          is the command itself (as passed to add_action()).  The
          second is the set of flags (passed to add_action as the
          third argument, often defaulted to 0).  The third is the
          object that defined the action.  The fourth is the function
          to be called ("" if it is a function pointer).

     SSSSEEEEEEEE AAAALLLLSSSSOOOO
          add_action(3), enable_commands(3), disable_commands(3)

     Page 1                                          (printed 3/16/95)

HOME :: doc :: efuns :: commands