game_server.enginemodsmongoMongoGameAgentupdate_entity_field本页总览update_entity_field 更新实体数据字段 声明 bool update_entity_field(string rid, map fields, string db_collection = "entity") 参数 参数名描述rid实体RIDfields实体数据字段词典key : 字段名称value : 字段值db_collection数据集合名称 返回值 true - 更新成功, false - 更新失败 使用方式 返回文档