Call out walltime
来自MudWiki
名称
call_out_walltime - delayed function call in same object
语法
int call_out_walltime( string | function fun, int | float delay, mixed arg ... );
描述
This efun is identical to call_out except it does not schedule the call on the game loop. Rather, in real seconds. The delay can be in seconds or fraction of a second.
参考
remove_call_out(3), call_out_info(3), call_out(3), find_call_out(3)