MCPcopy Create free account
hub / github.com/ccMSC/ckb / stop

Method stop

src/ckb/animscript.cpp:344–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344void AnimScript::stop(quint64 timestamp){
345 if(!initialized)
346 return;
347 if(!process)
348 begin(timestamp);
349 advance(timestamp);
350 if(process)
351 process->write("stop\n");
352}
353
354void AnimScript::keypress(const QString& key, bool pressed, quint64 timestamp){
355 if(!initialized)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected