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

Method exec

source/src/scriptinterpreter.cpp:1239–1242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1237 inter->setValue(args[1].toString(), size.cx);
1238 inter->setValue(args[2].toString(), size.cy);
1239 return true;
1240 }
1241};
1242struct QiFunc_wnd_exist : public QiFunc
1243{
1244 QiFunc_wnd_exist() : QiFunc(1) {}
1245 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected