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.7.0.280
Syntax
C#
public List<TimerMod> GetRecastMods(
	string Caster
)

Parameters

Caster
Type: SystemString
The combatant to query

Return Value

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