query_verb

来自「C实现的MUD,对大家基本入门网络游戏很有帮助!」· 代码 · 共 23 行

TXT
23
字号
     qqqquuuueeeerrrryyyy____vvvveeeerrrrbbbb((((3333))))          MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))))           qqqquuuueeeerrrryyyy____vvvveeeerrrrbbbb((((3333))))     NNNNAAAAMMMMEEEE          query_verb() - return the name of the command currently          being executed     SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS          string query_verb( void );     DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN          Give the name of the current command, or 0 if not executing          from a command.  This function is useful when several          commands (verbs) may cause the same function to execute and          it is necessary to determine which verb it was that invoked          the function.     SSSSEEEEEEEE AAAALLLLSSSSOOOO          add_action(3)     Page 1                                          (printed 3/16/95)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?