Click or drag to resize

HPluginConfigurationLoaded Method

Called by the HPlugin applicator after Initialize and after the plugin's on-disk savedata has been loaded (if applicable). At this point, the Configuration property has been populated and is ready to use. Perform one-time setup logic here, such as loading user preferences from the Configuration property.

Namespace:  com.tiberiumfusion.ttplugins.HarmonyPlugins
Assembly:  TTPlugins (in TTPlugins.dll) Version: 1.2.0.1 (1.2.0.1)
Syntax
public virtual void ConfigurationLoaded(
	bool successfulConfigLoadFromDisk
)

Parameters

successfulConfigLoadFromDisk
Type: SystemBoolean
True if the configuration was successfully loaded from the disk (or if there was no prior configuration and a new one was generated). False if the configuration failed to load and a blank configuration was substituted in.
See Also