-
Notifications
You must be signed in to change notification settings - Fork 0
$invoke
Hawkmax edited this page Mar 9, 2026
·
2 revisions
The $invoke command simply invokes a function at Late Applying and swaps its return value with current member. That's it:)
mem: { "key": "$ref$invoke:" } its possible but you need to use Command Batching in order to have a function pointer at member level
key: no implmentation
There are no parameters, just a function that is going to be invoked.
{
some_function: function() {
return "Hello World!";
},
some_function_result: "$ref$invoke:some_function",
}{
some_function: function() {
return "Hello World!";
},
some_function_result: "Hello World!"
}Author’s Recommendation: next read Create a Module
Back to Repo ● Wiki Home
Copyright © Maximilian Schwarz