We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi, I'm not quite sure if I missed this in the docs, but is something like this possible?
[void] myMethod([int] a) { } myMethod(1);
running the above from new EE().ScriptEvaluate(), myMethod is defined inside of script, not on input / context, [] means optional.
new EE().ScriptEvaluate()
myMethod
[]