UFO: Alien Invasion
|
#include <ui_sprite.h>
Data Fields | |
char | name [MAX_VAR] |
vec2_t | size |
bool | single |
bool | blend |
bool | pack64 |
bool | tiled_17_1_3 |
bool | tiled_25_1_3 |
bool | tiled_popup |
int | border |
vec4_t | color [SPRITE_STATUS_MAX] |
char * | image [SPRITE_STATUS_MAX] |
vec2_t | pos [SPRITE_STATUS_MAX] |
Definition at line 41 of file ui_sprite.h.
bool uiSprite_t::blend |
Definition at line 45 of file ui_sprite.h.
Referenced by UI_DrawSpriteInBox().
int uiSprite_t::border |
Definition at line 50 of file ui_sprite.h.
Referenced by UI_DrawSpriteInBox().
vec4_t uiSprite_t::color[SPRITE_STATUS_MAX] |
Definition at line 52 of file ui_sprite.h.
Referenced by UI_DrawSpriteInBox().
char* uiSprite_t::image[SPRITE_STATUS_MAX] |
Definition at line 53 of file ui_sprite.h.
Referenced by UI_AutoGenerateSprite(), and UI_DrawSpriteInBox().
char uiSprite_t::name[MAX_VAR] |
Definition at line 42 of file ui_sprite.h.
Referenced by UI_AllocStaticSprite(), UI_GetSpriteByName(), UI_ParseSprite(), and UI_SpriteExists().
bool uiSprite_t::pack64 |
Definition at line 46 of file ui_sprite.h.
Referenced by UI_DrawSpriteInBox().
vec2_t uiSprite_t::pos[SPRITE_STATUS_MAX] |
Definition at line 54 of file ui_sprite.h.
Referenced by UI_DrawSpriteInBox().
bool uiSprite_t::single |
Definition at line 44 of file ui_sprite.h.
Referenced by UI_DrawSpriteInBox().
vec2_t uiSprite_t::size |
Definition at line 43 of file ui_sprite.h.
Referenced by uiOptionTreeNode::draw(), UI_AutoGenerateSprite(), and UI_DrawSpriteInBox().
bool uiSprite_t::tiled_17_1_3 |
Definition at line 47 of file ui_sprite.h.
Referenced by UI_DrawSpriteInBox().
bool uiSprite_t::tiled_25_1_3 |
Definition at line 48 of file ui_sprite.h.
Referenced by UI_DrawSpriteInBox().
bool uiSprite_t::tiled_popup |
Definition at line 49 of file ui_sprite.h.
Referenced by UI_DrawSpriteInBox().