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

Function QueryUpdate

LightFX/LightFX.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void QueryUpdate() {
103 static LightQueryElement upd{ NULL, 0, 1 };
104 QueryCommand(upd);
105 lightsNoDelay = lightQuery.size() < (afx_dev->activeLights << 3);
106}
107
108void SetLight(DWORD lgh, vector<AlienFX_SDK::Afx_action>* actions)
109{

Callers 7

LFX_UpdateFunction · 0.85
RefreshMethod · 0.85
RefreshZoneMethod · 0.85
RefreshCountersMethod · 0.85
RefreshAmbientMethod · 0.85
RefreshHapticsMethod · 0.85
RefreshGridMethod · 0.85

Calls 1

QueryCommandFunction · 0.85

Tested by

no test coverage detected