Click or drag to resize

IActPluginV1InitPlugin Method

Will be called when ACT starts the plugin

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
void InitPlugin(
	TabPage pluginScreenSpace,
	Label pluginStatusText
)

Parameters

pluginScreenSpace
Type: System.Windows.FormsTabPage
Provides the plugin with a default screen space in which to draw controls
pluginStatusText
Type: System.Windows.FormsLabel
Provides the plugin with a default label on the main plugins page to show status
See Also