Hello.
I have project from assets store and this project using deprecated object Function
When i trying to call new type of function from JS, Construct always return 0
c3_callFunction()/c2_callFunction()
If i delete this old object from project, then everything is working fine
But if i create function with deprecated object.
I can call this function with c3_callFunction(), and it run perfectly
Can you fix this? And we will posibility use new type of function from JS
Thank you