MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / UnBlock

Function UnBlock

source/src/trigger.cpp:201–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 if (Qi::set.audFx) QiFn::SoundPlay(Qi::ui.pop.qd.s, false);
200 QiScriptInterpreter::clearMutex();
201 }
202 }
203 void UnBlock()
204 {
205 Qi::curBlock = 0;
206 memset(Qi::keyBlock, 0, sizeof Qi::keyBlock);
207 }
208}

Callers 2

ActionInterpreterMethod · 0.85
runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected