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