Rebornbuddy
|
Class that encapsulates the state of a quest in the quest log. More...
Public Member Functions | |
QuestWork (QuestLayout data, int index) | |
Construct a new QuestWork. | |
override string | ToString () |
bool | IsTodoChecked (int step, int objectiveIndex) |
Checks if the quest step has proggressed past the provided step or that the objective at the given index has been completed. | |
Tuple< int, int > | GetTodoArgs (int objectiveIndex) |
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. | |
Tuple< int, int > | GetTodoArgs (int step, int objectiveIndex) |
Gets the values used for tracking quest progress at the given step ie: Obtain caches of ... 0/3 objectiveIndex starts at 0 and goes up from there. |
Properties | |
string | Name [get] |
Localized name of the quest. | |
int | GlobalId [get] |
Id + 65536. | |
ushort | RawId [get] |
Raw id of the quest. | |
int | Step [get] |
Current step the quest is on. | |
IntPtr | Pointer [get] |
Raw pointer to the quest data. | |
int | QuestI8A [get] |
int | QuestI8B [get] |
int | QuestI8C [get] |
int | QuestI8D [get] |
int | QuestI8E [get] |
int | QuestI8F [get] |
int | QuestI8AH [get] |
int | QuestI8BH [get] |
int | QuestI8CH [get] |
int | QuestI8DH [get] |
int | QuestI8EH [get] |
int | QuestI8FH [get] |
int | QuestI8AL [get] |
int | QuestI8BL [get] |
int | QuestI8CL [get] |
int | QuestI8DL [get] |
int | QuestI8EL [get] |
int | QuestI8FL [get] |
int | QuestI16A [get] |
int | QuestI16B [get] |
int | QuestI16C [get] |
int | QuestI32A [get] |
ClassJobType | AcceptedClass [get] |
Class that encapsulates the state of a quest in the quest log.
ff14bot.Managers.QuestWork.QuestWork | ( | QuestLayout | data, |
int | index ) |
Construct a new QuestWork.
data | |
index |
Tuple< int, int > ff14bot.Managers.QuestWork.GetTodoArgs | ( | int | objectiveIndex | ) |
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.
objectiveIndex | Starts at 0 |
Tuple< int, int > ff14bot.Managers.QuestWork.GetTodoArgs | ( | int | step, |
int | objectiveIndex ) |
Gets the values used for tracking quest progress at the given step ie: Obtain caches of ... 0/3 objectiveIndex starts at 0 and goes up from there.
step | step to check |
objectiveIndex | Starts at 0 |
bool ff14bot.Managers.QuestWork.IsTodoChecked | ( | int | step, |
int | objectiveIndex ) |
Checks if the quest step has proggressed past the provided step or that the objective at the given index has been completed.
step | |
objectiveIndex | Starts at 0 |
override string ff14bot.Managers.QuestWork.ToString | ( | ) |
|
get |
|
get |
Id + 65536.
|
get |
Localized name of the quest.
|
get |
Raw pointer to the quest data.
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
Raw id of the quest.
|
get |
Current step the quest is on.