OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Functions | Variables
CalendarBook.cpp File Reference
#include "GUI/UI/Books/CalendarBook.h"
#include <string>
#include "Engine/Localization.h"
#include "Engine/Party.h"
#include "Engine/AssetsManager.h"
#include "Engine/MapInfo.h"
#include "Engine/Engine.h"
#include "Engine/mm7_data.h"
#include "Engine/Graphics/Renderer/Renderer.h"
#include "Engine/Graphics/Viewport.h"
#include "GUI/GUIButton.h"

Functions

static std::string getDayPart (int hour)
 

Variables

GraphicsImageui_book_calendar_background = nullptr
 
GraphicsImageui_book_calendar_moon_new = nullptr
 
GraphicsImageui_book_calendar_moon_4 = nullptr
 
GraphicsImageui_book_calendar_moon_2 = nullptr
 
GraphicsImageui_book_calendar_moon_2_2 = nullptr
 
GraphicsImageui_book_calendar_moon_full = nullptr
 
static std::array< int, 28 > pDayMoonPhase
 

Function Documentation

◆ getDayPart()

static std::string getDayPart ( int  hour)
static
Original binary offset:
0x413D3C

Variable Documentation

◆ pDayMoonPhase

std::array<int, 28> pDayMoonPhase
static
Initial value:
= {
0, 0, 0,
1, 1, 1, 1,
2, 2, 2,
3, 3, 3, 3,
4, 4, 4,
3, 3, 3, 3,
2, 2, 2,
1, 1, 1, 1
}

◆ ui_book_calendar_background

GraphicsImage* ui_book_calendar_background = nullptr

◆ ui_book_calendar_moon_2

GraphicsImage* ui_book_calendar_moon_2 = nullptr

◆ ui_book_calendar_moon_2_2

GraphicsImage* ui_book_calendar_moon_2_2 = nullptr

◆ ui_book_calendar_moon_4

GraphicsImage* ui_book_calendar_moon_4 = nullptr

◆ ui_book_calendar_moon_full

GraphicsImage* ui_book_calendar_moon_full = nullptr

◆ ui_book_calendar_moon_new

GraphicsImage* ui_book_calendar_moon_new = nullptr