QuestWorkGetTodoArgs Method (Int32) |
Gets the values used for tracking quest progress at the current step ie:
Obtain caches of ... 0/3
objectiveIndex starts at 0 and goes up from there
Namespace:
ff14bot.Managers
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public Tuple<int, int> GetTodoArgs(
int objectiveIndex
)
Parameters
- objectiveIndex
- Type: SystemInt32
Starts at 0
Return Value
Type:
TupleInt32,
Int32A tuple, first value is currently completed and second value is how many are needed
See Also