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

Method exec

source/src/scriptinterpreter.cpp:1596–1600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1594 if (time < 0) time = 0;
1595 if (args.size() > 1 ? args[1].toBool() : false)
1596 {
1597 float v;
1598 if (ad.getPeakVolume(i.id, time, v)) return v;
1599 }
1600 else
1601 {
1602 float v;
1603 if (ad.getAverageVolume(i.id, time, v)) return v;

Callers

nothing calls this directly

Calls 2

lockMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected