OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Classes | Functions | Variables
UICharacter.h File Reference
#include <vector>
#include <string>
#include "GUI/GUIWindow.h"

Classes

class  GUIWindow_CharacterRecord
 

Functions

bool ringscreenactive ()
 
static void CharacterUI_DrawItem (int x, int y, ItemGen *item, int id, GraphicsImage *item_texture=nullptr, bool doZDraw=false)
 

Variables

GraphicsImageui_character_skills_background
 
GraphicsImageui_character_awards_background
 
GraphicsImageui_character_stats_background
 
GraphicsImageui_character_inventory_background
 
GraphicsImageui_character_inventory_background_strip
 
GraphicsImageui_character_inventory_paperdoll_background
 
std::array< GraphicsImage *, 16 > paperdoll_dbrds
 

Function Documentation

◆ CharacterUI_DrawItem()

static void CharacterUI_DrawItem ( int  x,
int  y,
ItemGen item,
int  id,
GraphicsImage item_texture = nullptr,
bool  doZDraw = false 
)
static

◆ ringscreenactive()

bool ringscreenactive ( )

Variable Documentation

◆ paperdoll_dbrds

std::array<GraphicsImage *, 16> paperdoll_dbrds
extern

◆ ui_character_awards_background

GraphicsImage* ui_character_awards_background
extern

◆ ui_character_inventory_background

GraphicsImage* ui_character_inventory_background
extern

◆ ui_character_inventory_background_strip

GraphicsImage* ui_character_inventory_background_strip
extern

◆ ui_character_inventory_paperdoll_background

GraphicsImage* ui_character_inventory_paperdoll_background
extern

◆ ui_character_skills_background

GraphicsImage* ui_character_skills_background
extern

◆ ui_character_stats_background

GraphicsImage* ui_character_stats_background
extern