MCPcopy Create free account
hub / github.com/Atarity/Lightpack / SetLockAlive

Method SetLockAlive

Software/src/LightpackPluginInterface.cpp:267–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265
266
267void LightpackPluginInterface::SetLockAlive(QString sessionKey)
268{
269 if (lockSessionKeys.isEmpty()) return;
270 if (lockSessionKeys[0]!=sessionKey) return;
271 lockAlive = true;
272}
273
274// TODO: setcolor
275bool LightpackPluginInterface::SetColors(QString sessionKey, int r, int g, int b)

Callers 1

clientProcessCommandsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected