Searched refs:playerIdLightIds (Results 1 – 1 of 1) sorted by relevance
406 std::unordered_map<int32_t, int32_t> playerIdLightIds; in configureLights() local430 if (playerIdLightIds.empty()) { in configureLights()432 playerIdLightIds.insert_or_assign(playerId, rawId); in configureLights()436 playerIdLightIds.find(playerId) == playerIdLightIds.end()) { in configureLights()437 playerIdLightIds.insert_or_assign(playerId, rawId); in configureLights()468 if (playerIdLightIds.size() > 1) { in configureLights()471 playerIdLightIds); in configureLights()475 for (const auto& [playerId, rawId] : playerIdLightIds) { in configureLights()