FormSpellTimers.GetRecastMods 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.2.285
Syntaxpublic List<TimerMod> GetRecastMods(
string Caster
)
Parameters
- Caster
- Type: System.String
The combatant to query
Return Value
Type:
List<TimerMod>Recast mod amount. 50% would return 0.5F
See Also