MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / getPriority

Method getPriority

sources/effects/Effect.cpp:218–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218int Effect::getPriority() const {
219 return _priority;
220}
221
222void Effect::requestInterruption() {
223 _interrupt = true;

Callers 3

getActiveEffectsMethod · 0.80
channelClearedMethod · 0.80
allChannelsClearedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected