Click or drag to resize

FormActMainAddDamageToGraph Method

Note: This API is now obsolete.

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

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
[ObsoleteAttribute("This graphing method no longer exists")]
public void AddDamageToGraph(
	string p1,
	int p2
)

Parameters

p1
Type: SystemString

[Missing <param name="p1"/> documentation for "M:Advanced_Combat_Tracker.FormActMain.AddDamageToGraph(System.String,System.Int32)"]

p2
Type: SystemInt32

[Missing <param name="p2"/> documentation for "M:Advanced_Combat_Tracker.FormActMain.AddDamageToGraph(System.String,System.Int32)"]

See Also