game_server.enginemodsmongoMongoGameAgentis_entity_exist本页总览is_entity_exist 判断指定的数据集合中是否存在指定rid的实体数据 声明 bool is_entity_exist(string rid, string db_collection = "entity") 参数 参数名描述rid实体riddb_collection数据集合名称 返回值 true - 存在, false - 不存在 使用方式 返回文档