move_object
来自「C实现的MUD,对大家基本入门网络游戏很有帮助!」· 代码 · 共 21 行
TXT
21 行
mmmmoooovvvveeee____oooobbbbjjjjeeeecccctttt((((3333)))) MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444)))) mmmmoooovvvveeee____oooobbbbjjjjeeeecccctttt((((3333)))) NNNNAAAAMMMMEEEE move_object() - move current object to another environment SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS void move_object( object item, mixed dest ); DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN Move the object `item' into the object `dest'. 'item' must be this_object(). move_object may be optionally called with one argument in which case 'item' is implicitly this_object() and the passed argument is 'dest'. SSSSEEEEEEEE AAAALLLLSSSSOOOO this_object(3), move(4) Page 1 (printed 3/16/95)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?