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.8.3.286
Syntax
C#
void 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