Documentation

Meta::UnloadPlugin

Function

void Meta::UnloadPlugin(Plugin@ plugin)

Queues a plugin to be unloaded from memory completely when it is safe to do so. Note that this will invalidate the plugin object passed in on the next frame! Do not use the Plugin handle after calling this!

Meta::Plugin@ plugin