MCPcopy Create free account
hub / github.com/Sonic-DE/sonic-win / cancel

Method cancel

src/scripting/scriptedeffect.cpp:574–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574bool ScriptedEffect::cancel(quint64 animationId)
575{
576 return AnimationEffect::cancel(animationId);
577}
578
579bool ScriptedEffect::cancel(const QList<quint64> &animationIds)
580{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected