BattleLeveRoundGetTodoArgs Method |
will return 0 for the Max value if the objectives (1-8) hasn't been "revealed"
Max value for objectives 1-8 aren't stored in the BattleLeveData, Lua doesn't contain the data until the objective is visible.
Namespace:
ff14bot.Directors
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public override Tuple<int, int> GetTodoArgs(
int ObjectiveIndex
)
Parameters
- ObjectiveIndex
- Type: SystemInt32
Return Value
Type:
TupleInt32,
Int32See Also