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.
Hi, I'm not quite sure if I missed this in the docs, but is something like this possible?
running the above from
new EE().ScriptEvaluate(),myMethodis defined inside of script, not on input / context,[]means optional.