@ecstasy e56a2fe6-c9fd-49d2-a467-7a00cfa4b9ee-image.png
or
0f363970-78da-4e6b-a413-205352dc48fb-image.png
or
cf937ae9-54ea-44ba-9889-b09abf6e9522-image.png
How do I add the parameter type is Call Function let me can Select function for my Action
ths..verymuch


These functions are all BAS functions, Here I describe it like this
function functionDemo001() {
}
function functionDemo003() {
}
function functionDemo003() {
}
//Parameter is a function pointer
function functionDemoIwanttoCallOtherfunction(ParameterIsFunctionName) {
}
//use
functionDemoIwanttoCallOtherfunction ( functionDemo001 )
functionDemoIwanttoCallOtherfunction ( functionDemo002 )
functionDemoIwanttoCallOtherfunction ( functionDemo003 )
// It just like the Function: **Call Function**
pls help me tks very much