QuestWorkIsTodoChecked Method |
Checks if the quest step has proggressed past the provided step or that the objective at the given index has been completed.
Namespace:
ff14bot.Managers
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public bool IsTodoChecked(
int step,
int objectiveIndex
)
Parameters
- step
- Type: SystemInt32
- objectiveIndex
- Type: SystemInt32
Starts at 0
Return Value
Type:
Booleantrue if objective is completed.
See Also