call_out
来自「C实现的MUD,对大家基本入门网络游戏很有帮助!」· 代码 · 共 27 行
TXT
27 行
ccccaaaallllllll____oooouuuutttt((((3333)))) MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444)))) ccccaaaallllllll____oooouuuutttt((((3333)))) NNNNAAAAMMMMEEEE call_out() - delayed function call in same object SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS void call_out( string | function fun, int delay, mixed arg ); DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN Set up a call of function <fun> in this_object(). The call will take place in <delay> seconds, with the argument <arg> provided. <arg> can be of any type. Please note that you can't rely on write() or say() in <fun> since this_player() is set to 0. Use tell_object() instead. The define THIS_PLAYER_IN_CALL_OUT exists to remedy the above problem. SSSSEEEEEEEE AAAALLLLSSSSOOOO remove_call_out(3), call_out_info(3) Page 1 (printed 3/16/95)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?