Added my first function to openbor. We already had loadmodel to load a cached model into memory but now I have added unload_model to remove a model from memory.
example usage: unload_model("model_name");
Be careful using these as you could end up using more memory if you are loading models more then once. From my tests this can not unload the first player model from memory.
Download: https://github.com/DCurrent/openbor/releases
example usage: unload_model("model_name");
Be careful using these as you could end up using more memory if you are loading models more then once. From my tests this can not unload the first player model from memory.
Download: https://github.com/DCurrent/openbor/releases