With function in C3 > runtime.callfunction("name", param...)
if this function is async, we can't return value, why or how i do ?
With function in script i want to call c3Function in async and return value, but it's not possible... thx in advance
Develop games in your browser. Powerful, performant & highly capable.
With an async function you can’t return a value, you’d just set a value somewhere from the function.