Click or drag to resize

FormSpellTimersAddEditTimerDef Method

Adds a TimerData object to the TimerDefs collection, or replaces an existing object if the keys end up matching. Call RebuildSpellTreeView() after using this or the UI and TimerLookups won't be sync'ed

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public void AddEditTimerDef(
	TimerData newTd
)

Parameters

newTd  TimerData

[Missing <param name="newTd"/> documentation for "M:Advanced_Combat_Tracker.FormSpellTimers.AddEditTimerDef(Advanced_Combat_Tracker.TimerData)"]

See Also