Hi,

I'm new to 3DGS and will be purchasing the Commercial version on Friday next week (when I get paid). I will be using your C# wrapper as I've been using C# for many years now so feel comfortable with it.

I will be writing the main game code in C# and scripting objects with Lite-C. I have seen that I can call Lite-C functions within my C# code, which is fantastic, now my question is can I call my C# functions from within Lite-C. I have though of a way that I could get around it if not, I will use a queue, which I will add calls/params to then parse this from within C#. However it woulf be infinitely nicer if I could directly call the functions.

Thanks in advance.