Click or drag to resize

FormActMainAddPluginPanel Method

[Missing <summary> documentation for "M:Advanced_Combat_Tracker.FormActMain.AddPluginPanel(System.String,System.Boolean)"]

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public ActPluginData AddPluginPanel(
	string PluginPath,
	bool SuppressErrors
)

Parameters

PluginPath
Type: SystemString

[Missing <param name="PluginPath"/> documentation for "M:Advanced_Combat_Tracker.FormActMain.AddPluginPanel(System.String,System.Boolean)"]

SuppressErrors
Type: SystemBoolean

[Missing <param name="SuppressErrors"/> documentation for "M:Advanced_Combat_Tracker.FormActMain.AddPluginPanel(System.String,System.Boolean)"]

Return Value

Type: ActPluginData

[Missing <returns> documentation for "M:Advanced_Combat_Tracker.FormActMain.AddPluginPanel(System.String,System.Boolean)"]

See Also