How do I import a .dll into my javaScript and C# Scripts? The .dll is in the plugins folder and is called Voice_speaker.dll. I’ve been looking how to do this for the last half hour.
Also how do I define the entry points as functions?
How do I import a .dll into my javaScript and C# Scripts? The .dll is in the plugins folder and is called Voice_speaker.dll. I’ve been looking how to do this for the last half hour.
Also how do I define the entry points as functions?
You can use classes defined in the dll just like regular scripts. You don’t import dlls, you import namespaces.