IActPluginV1InitPlugin Method |
Will be called when ACT starts the plugin
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxvoid InitPlugin(
TabPage pluginScreenSpace,
Label pluginStatusText
)
Parameters
- pluginScreenSpace TabPage
- Provides the plugin with a default screen space in which to draw controls
- pluginStatusText Label
- Provides the plugin with a default label on the main plugins page to show status
See Also