process_value

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

TXT
34
字号
     pppprrrroooocccceeeessssssss____vvvvaaaalllluuuueeee((((3333))))       MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))))        pppprrrroooocccceeeessssssss____vvvvaaaalllluuuueeee((((3333))))     NNNNAAAAMMMMEEEE          process_value() - give a value from a described function          call     SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS          mixed process_value( string calldescription );     DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN          Get the replacement of one syntactic pattern. The pattern is          on the form:                  "function[:filename][|arg1|arg2....|argN]"          The returned value can be of any type.          Note that both object and arguments are marked optional with          the brackets and that the brackets are not included in the          actual pattern.     SSSSEEEEEEEE AAAALLLLSSSSOOOO          process_string(3)     CCCCAAAAVVVVEEEEAAAATTTT          This is usually used to support 'value by function call' in          the mudlib.  It is wise to set the effuserid of the object          to 0 before using process_value as any function in any          object can be called with almost any arguments.     Page 1                                          (printed 3/16/95)

⌨️ 快捷键说明

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