Hi,
I have a question about the SDK. How can you log e.g. variables either to an own file or to an ingame message?
In Python you have this, but how can you do this in the SDK?
Thanks for your help!
I have a question about the SDK. How can you log e.g. variables either to an own file or to an ingame message?
In Python you have this, but how can you do this in the SDK?
PHP:
CyInterface().addImmediateMessage("xxx", "")
