FormSpellTimersGetRecastMods Method |
Gets the current recast mod amount for the specified combatant
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic List<TimerMod> GetRecastMods(
string Caster
)
Parameters
- Caster String
- The combatant to query
Return Value
ListTimerModRecast mod amount. 50% would return 0.5F
See Also