set_hide
来自「C实现的MUD,对大家基本入门网络游戏很有帮助!」· 代码 · 共 24 行
TXT
24 行
sssseeeetttt____hhhhiiiiddddeeee((((3333)))) MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444)))) sssseeeetttt____hhhhiiiiddddeeee((((3333)))) NNNNAAAAMMMMEEEE set_hide() - set the hide flag on a hidable object SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS void set_hide( int flag ); DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN Sets the hidden flag of an object to `flag', which should be 0 or 1 (hide disable, or hide enable, respectively). Only objects for which `master()->valid_hide(ob)' returns true may make themselves hidden. When the object is hidden, only other hidable objects will be able to find the object with find_object(), or multiple-object returning efuns such as users(), children(), all_inventory(), etc. SSSSEEEEEEEE AAAALLLLSSSSOOOO valid_hide(4) Page 1 (printed 3/16/95)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?