While I am quite well-versed in TypeScript, I’m wanting to jam together a quick-‘n’-dirty thing and can’t be bothered to write the entire code using it.
My code, however, does require the use of some TypeScript because some of the functionality that I need is only available through text coding. The majority of my code will be built via CoBlocks.
I would like to be able to make a TypeScript function “public,” like the switch labelled “Available in all scripts of this scene” for CoBlocks functions.
Then, I wish to be able to call said TypeScript function from CoBlocks. Similarly, there are several CoBlocks functions that I wish to call from my TypeScript code.
Is such functionality possible? How would I accomplish this?
If not possible please take this as a feature request.