PluginReloadState#

Fully qualified name: carb::PluginReloadState

Defined in carb/Types.h

enum class carb::PluginReloadState#

Lets clients of a plugin know both just before and just after that the plugin is being reloaded.

Values:

enumerator eBefore#

The plugin is about to be reloaded.

enumerator eAfter#

The plugin has been reloaded.