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

Method QiFunc_save

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

Source from the content-addressed store, hash-verified

616struct QiFunc_save : public QiFunc
617{
618 QiFunc_save() : QiFunc(2) {}
619 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter* inter) const override
620 {
621 inter->setSavedVariable(args[0].toString(), args[1]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected