MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / ArgIsOutputVar

Function ArgIsOutputVar

source/script.h:1962–1962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1960 }
1961 bool IsBuiltIn() override { return true; };
1962 bool ArgIsOutputVar(int aArg) override { return true; }
1963 bool Call(ResultToken &aResultToken, ExprTokenType *aParam[], int aParamCount) override;
1964 virtual ResultType Next(Var *, Var *) = 0;
1965};

Callers 1

InvokeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected