game_server.enginecomponentsFTimedTaskon_fixed_task本页总览on_fixed_task 创建一个固定时长间隔执行的任务 声明 void on_fixed_task(string task_id, function func, int fixed_seconds) 参数 参数名描述task_id任务IDfunc执行函数fixed_seconds固定间隔时长(单位:秒) 返回值 无 使用方式 返回文档