present
来自「C实现的MUD,对大家基本入门网络游戏很有帮助!」· 代码 · 共 27 行
TXT
27 行
pppprrrreeeesssseeeennnntttt((((3333)))) MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444)))) pppprrrreeeesssseeeennnntttt((((3333)))) NNNNAAAAMMMMEEEE present() - find an object by id SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS object present( mixed str, object ob ); DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN If an object that identifies to the name `str' is present, then return it. `str' can also be an object, in which case the test is much faster and easier. If `ob' is given, then the search is done in the inventory of `ob', otherwise the object is searched for in the inventory of the current object, and in the inventory of the environment of the current object. SSSSEEEEEEEE AAAALLLLSSSSOOOO move_object(3), environment(3) Page 1 (printed 3/16/95)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?