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.8.2.285
Syntax 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