Searched refs:playerIdLightIds (Results 1 – 1 of 1) sorted by relevance
368 std::unordered_map<int32_t, int32_t> playerIdLightIds; in configureLights() local386 if (playerIdLightIds.empty()) { in configureLights()388 playerIdLightIds.insert_or_assign(playerId, rawId); in configureLights()392 playerIdLightIds.find(playerId) == playerIdLightIds.end()) { in configureLights()393 playerIdLightIds.insert_or_assign(playerId, rawId); in configureLights()420 if (playerIdLightIds.size() > 1) { in configureLights()423 playerIdLightIds); in configureLights()427 for (const auto& [playerId, rawId] : playerIdLightIds) { in configureLights()