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

Method QiFunc_dir_exist

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

Source from the content-addressed store, hash-verified

1288struct QiFunc_wnd_visible : public QiFunc
1289{
1290 QiFunc_wnd_visible() : QiFunc(1) {}
1291 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
1292 {
1293 auto wnd = reinterpret_cast<HWND>(args[0].toPointer());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected