Is it possible to pass a function name as a parameter to another function?
If yes how can I achieve that
Let's say that I want to pass as a parameter the following function:
MyFunction:int(a:int, b:string)
Thanks!
If yes how can I achieve that
Let's say that I want to pass as a parameter the following function:
MyFunction:int(a:int, b:string)
Thanks!