Some DLL questions in BYOND Discussion
|
|
Does DLL have memory, or it's one time use? Like, if I want to make basic box collision using DLL (for faster calculations) sending all objects around through parameter would be unpractical, so I'd need to send objects to DLL when they are creates, and save them, but if there's no memory, it's impossible.
|