Click or drag to resize

FormSpellTimersGetRecastMods Method

Gets the current recast mod amount for the specified combatant

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public List<TimerMod> GetRecastMods(
	string Caster
)

Parameters

Caster  String
The combatant to query

Return Value

ListTimerMod
Recast mod amount. 50% would return 0.5F
See Also