destruct

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

TXT
21
字号
     ddddeeeessssttttrrrruuuucccctttt((((3333))))            MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))))             ddddeeeessssttttrrrruuuucccctttt((((3333))))     NNNNAAAAMMMMEEEE          destruct() - remove an object from the games     SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS          void destruct( object ob );     DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN          Completely destroy and remove object `ob'. After the call to          destruct(), no global variables will exist any longer, only          locals, and arguments.  If `ob' is this_object(), execution          will continue, but it is best to return a value immediately.     SSSSEEEEEEEE AAAALLLLSSSSOOOO          clone_object(3), new(3), destruct_env_of(4), move(4)     Page 1                                          (printed 3/16/95)

⌨️ 快捷键说明

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