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

Method exec

source/src/scriptinterpreter.cpp:1829–1832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1827*/
1828struct QiFunc_capture_screen : public QiFunc
1829{
1830 QiFunc_capture_screen() : QiFunc(0, 2) {}
1831 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
1832 {
1833 std::wstring file;
1834 if (args.empty())
1835 {

Callers

nothing calls this directly

Calls 1

gpuMemoryTotalMethod · 0.80

Tested by

no test coverage detected