carb::OnPluginStartupExFn
Defined in carb/Types.h
-
typedef bool (*carb::OnPluginStartupExFn)()
Optional. Called after OnPluginPreStartupFn.
This is the main user defined function for running startup code in your plugin.
See also
carbOnPluginStartupEx
- Return
Returns
true
if the startup was successful. Iffalse
is returned, the plugin will be immediately unloaded (only OnPluginPostShutdownFn is called).