MCPcopy Create free account
hub / github.com/T-Troll/alienfx-tools / FindMapping

Method FindMapping

alienfx-gui/ConfigHandler.cpp:573–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573groupset* ConfigHandler::FindMapping(int mid, vector<groupset>* set)
574{
575 if (!set)
576 set = &activeProfile->lightsets;
577 for (groupset& res : *set)
578 if (res.group == mid)
579 return &res;
580 return nullptr;
581}
582
583bool ConfigHandler::IsLightInGroup(DWORD lgh, AlienFX_SDK::Afx_group* grp) {
584 if (grp)

Callers 3

AddZoneDialogFunction · 0.80
ZoneSelectionDialogFunction · 0.80
TabProfilesDialogFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected