Searched refs:rawLightIds (Results 1 – 2 of 2) sorted by relevance
135 const std::unordered_map<int32_t, int32_t>& rawLightIds) in PlayerIdLight()137 rawLightIds(rawLightIds) {} in PlayerIdLight()139 std::unordered_map<int32_t, int32_t> rawLightIds; member
217 if (rawLightIds.find(playerId) == rawLightIds.end()) { in setLightPlayerId()220 for (const auto& [id, rawId] : rawLightIds) { in setLightPlayerId()231 for (const auto& [id, rawId] : rawLightIds) { in getLightPlayerId()247 for (const auto& [id, rawId] : rawLightIds) { in dump()334 const std::vector<int32_t> rawLightIds = getDeviceContext().getRawLightIds(); in dump() local337 for (const auto& rawId : rawLightIds) { in dump()411 const std::vector<int32_t> rawLightIds = getDeviceContext().getRawLightIds(); in configureLights() local414 for (const auto& rawId : rawLightIds) { in configureLights()