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

Method exec

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

Source from the content-addressed store, hash-verified

986
987null return
988*/
989struct QiFunc_pop : public QiFunc
990{
991 QiFunc_pop() : QiFunc(1, 3) {}
992 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
993 {
994 Qi::popText->Popup(args.size() > 1 ? args[1].toInteger() : 1000, QString::fromStdString(args[0].toString()));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected