class final
PluginsSystem argument used to add or remove Cubos plugins at runtime.
Constructors, destructors, conversion operators
- Plugins(PluginQueue* queue)
- Constructs.
Public functions
Function documentation
void cubos:: core:: ecs:: Plugins:: remove(Plugin plugin)
Removes a plugin from the application. Will be executed on the next frame.
Parameters | |
---|---|
plugin | Plugin. |
This will revert all configuration changes made by the plugin. It won't revert any effects caused by the plugin on the world, such as adding or removing entities.