Rebornbuddy
|
Class that handles managing interacting with the quest log. More...
Static Public Member Functions | |
static QuestWork | GetQuestById (int id) |
Attempts to get quest information by an id. | |
static QuestWork | GetQuestById (uint id) |
Attempts to get quest information by an id. | |
static void | RegisterDailies (params int[] questids) |
Register quest ids as dailies. | |
static bool | IsQuestCompleted (uint questId) |
Checks if a quest has been completed. | |
static int | GetQuestStep (uint questId) |
Gets the active quest step for the given questId, 0 if not active. | |
static bool | IsQuestAccepted (uint questId) |
Checks if the questId is currently in the questlog. | |
static bool | IsDaily (int questid) |
Checks if a questid has already been registered as a daily quest. | |
static QuestWork[] | Quests () |
static bool | HasAtLeastOneQuest (params int[] list) |
Returns true if the user has atleast one of the quests in the list. | |
static bool | HasAtLeastOneDailyQuestComplete (params int[] checkList) |
Returns true if the user has atleast one of the quests in the list. | |
static bool | HasQuest (int questId) |
Checks if the player already has the questId. |
Static Public Attributes | |
static readonly HashSet< int > | DailyQuests |
Daily quests call a different functions so they need to be marked ahead of time. |
Properties | |
static bool | InCutscene [get] |
Checks if the player is currently in a cutscene. | |
static QuestWork[] | ActiveQuests [get] |
Gets all the active quests. |
Class that handles managing interacting with the quest log.
|
static |
Attempts to get quest information by an id.
id |
|
static |
Attempts to get quest information by an id.
id |
|
static |
Gets the active quest step for the given questId, 0 if not active.
questId |
|
static |
Returns true if the user has atleast one of the quests in the list.
list |
|
static |
Returns true if the user has atleast one of the quests in the list.
list |
|
static |
Checks if the player already has the questId.
questId |
|
static |
Checks if a questid has already been registered as a daily quest.
questid |
|
static |
Checks if the questId is currently in the questlog.
questId |
|
static |
Checks if a quest has been completed.
questId |
|
static |
|
static |
Register quest ids as dailies.
questids |
|
static |
Daily quests call a different functions so they need to be marked ahead of time.
|
staticget |
Gets all the active quests.
|
staticget |
Checks if the player is currently in a cutscene.