Click or drag to resize

FormSpellTimersNotifySpell Method (String, String, Boolean, String, Boolean, DictionaryString, String)

[Missing <summary> documentation for "M:Advanced_Combat_Tracker.FormSpellTimers.NotifySpell(System.String,System.String,System.Boolean,System.String,System.Boolean,System.Collections.Generic.Dictionary{System.String,System.String})"]

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public void NotifySpell(
	string Attacker,
	string SpellName,
	bool Self,
	string Victim,
	bool Success,
	Dictionary<string, string> ExtraInfo
)

Parameters

Attacker
Type: SystemString

[Missing <param name="Attacker"/> documentation for "M:Advanced_Combat_Tracker.FormSpellTimers.NotifySpell(System.String,System.String,System.Boolean,System.String,System.Boolean,System.Collections.Generic.Dictionary{System.String,System.String})"]

SpellName
Type: SystemString

[Missing <param name="SpellName"/> documentation for "M:Advanced_Combat_Tracker.FormSpellTimers.NotifySpell(System.String,System.String,System.Boolean,System.String,System.Boolean,System.Collections.Generic.Dictionary{System.String,System.String})"]

Self
Type: SystemBoolean

[Missing <param name="Self"/> documentation for "M:Advanced_Combat_Tracker.FormSpellTimers.NotifySpell(System.String,System.String,System.Boolean,System.String,System.Boolean,System.Collections.Generic.Dictionary{System.String,System.String})"]

Victim
Type: SystemString

[Missing <param name="Victim"/> documentation for "M:Advanced_Combat_Tracker.FormSpellTimers.NotifySpell(System.String,System.String,System.Boolean,System.String,System.Boolean,System.Collections.Generic.Dictionary{System.String,System.String})"]

Success
Type: SystemBoolean

[Missing <param name="Success"/> documentation for "M:Advanced_Combat_Tracker.FormSpellTimers.NotifySpell(System.String,System.String,System.Boolean,System.String,System.Boolean,System.Collections.Generic.Dictionary{System.String,System.String})"]

ExtraInfo
Type: System.Collections.GenericDictionaryString, String

[Missing <param name="ExtraInfo"/> documentation for "M:Advanced_Combat_Tracker.FormSpellTimers.NotifySpell(System.String,System.String,System.Boolean,System.String,System.Boolean,System.Collections.Generic.Dictionary{System.String,System.String})"]

See Also