OpenEnroth 73e68f7
|
#include <cstdint>
#include <array>
#include <vector>
#include <string>
#include <algorithm>
#include "Engine/Objects/Items.h"
#include "Engine/Tables/NPCTable.h"
#include "Engine/Objects/Character.h"
#include "Engine/Time/Time.h"
#include "Engine/Time/Timer.h"
#include "Media/Audio/SoundEnums.h"
#include "Utility/IndexedBitset.h"
#include "ArenaEnums.h"
#include "PartyEnums.h"
Classes | |
struct | ActionQueue |
struct | PartyTimeStruct |
struct | Party |
Functions | |
bool | TestPartyQuestBit (QuestBit bit) |
void | Rest (Duration restTime) |
void | restAndHeal (Duration restTime) |
int | getTravelTime () |
Variables | |
Party * | pParty |
ActionQueue * | pPartyActionQueue |
int getTravelTime | ( | ) |
void Rest | ( | Duration | restTime | ) |
Perform resting without healing.
restTime | Resting time. |
void restAndHeal | ( | Duration | restTime | ) |
Perform resting with healing.
restTime | Resting time. |
bool TestPartyQuestBit | ( | QuestBit | bit | ) |
|
extern |
|
extern |