Page 1 of 1

Access C++ or DLL from Sandbox

Posted: April 3rd, 2011, 11:11 am
by cjsalamon
Is there a way to access c++ code or a DLL from the sandbox? For example if I wanted to program NPC AI using some c++ algorithms. Thanks.

Re: Access C++ or DLL from Sandbox

Posted: April 4th, 2011, 2:01 am
by Hirato
just link sandbox against and have it call the routines inside your library..