game_server.enginemodsmongoMongoGameAgentsave_entity_dict_sync本页总览save_entity_dict_sync 保存一组实体数据(同步操作) 声明 bool save_entity_dict_sync(map dbase_dict, function failure_callback = nil) 参数 参数名描述dbase_dict实体数据词典key: 实体RIDvalue: 实体数据failure_callback保存失败时执行的回调函数 返回值 true - 保存成功, false - 保存失败 使用方式 返回文档