For example, if I wanted to combine c++ with DM and execute code written in c++ , is there a way I can do that? If so, how? It doesn't have to be in the exact same file. If I can just reference the function I need in another file that will be fine too.
Sep 4 2023, 1:53 pm
|
|
Thank you, Grind Knight. And also thank you for your educative series on the DM, they're extremely helpful. Is there any sources that I can study regarding the BYOND API?
|
You're welcome! I'm glad you find the video series helpful!
The BYOND API is fairly new, so you'll have to ask around for other developers input. I haven't messed with it much myself yet. The example project found at C:\Program Files (x86)\BYOND\byondapi\sampleWill hopefully be enough to get you started! |