FFXi Recast Library

The FFXi recast library exposes useful functions for obtaining information about a players recast timers.

The following functions are exposed by this library:

table Recast.GetAbilityRecastIds();

number Recast.GetAbilityRecastIdFromIndex(index);

number Recast.GetAbilityRecastByIndex(index);

number Recast.GetAbilityRecastById(id);

number Recast.GetSpellRecastByIndex(index);

number Recast.FormatTimestamp(timer);