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

Method ArgIsOutputVar

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

Source from the content-addressed store, hash-verified

1899 BuiltInMethod(LPTSTR aName) : NativeFunc(aName) {}
1900
1901 bool ArgIsOutputVar(int aArg) override { return false; }
1902
1903 bool Call(ResultToken &aResultToken, ExprTokenType *aParam[], int aParamCount) override;
1904};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected