liblcf
|
#include <rpg_animationcelldata.h>
Public Attributes | |
int | ID = 0 |
int32_t | valid = 1 |
int32_t | cell_id = 0 |
int32_t | x = 0 |
int32_t | y = 0 |
int32_t | zoom = 100 |
int32_t | tone_red = 100 |
int32_t | tone_green = 100 |
int32_t | tone_blue = 100 |
int32_t | tone_gray = 100 |
int32_t | transparency = 0 |
Definition at line 22 of file rpg_animationcelldata.h.
static TypedField< RPG::AnimationCellData, int32_t > static_cell_id & RPG::AnimationCellData::cell_id = 0 |
Definition at line 26 of file rpg_animationcelldata.h.
Referenced by RPG::operator==().
int RPG::AnimationCellData::ID = 0 |
Definition at line 24 of file rpg_animationcelldata.h.
static TypedField< RPG::AnimationCellData, int32_t > static_tone_blue & RPG::AnimationCellData::tone_blue = 100 |
Definition at line 32 of file rpg_animationcelldata.h.
Referenced by RPG::operator==().
static TypedField< RPG::AnimationCellData, int32_t > static_tone_gray & RPG::AnimationCellData::tone_gray = 100 |
Definition at line 33 of file rpg_animationcelldata.h.
Referenced by RPG::operator==().
static TypedField< RPG::AnimationCellData, int32_t > static_tone_green & RPG::AnimationCellData::tone_green = 100 |
Definition at line 31 of file rpg_animationcelldata.h.
Referenced by RPG::operator==().
static TypedField< RPG::AnimationCellData, int32_t > static_tone_red & RPG::AnimationCellData::tone_red = 100 |
Definition at line 30 of file rpg_animationcelldata.h.
Referenced by RPG::operator==().
static TypedField< RPG::AnimationCellData, int32_t > static_transparency & RPG::AnimationCellData::transparency = 0 |
Definition at line 34 of file rpg_animationcelldata.h.
Referenced by RPG::operator==().
static TypedField< RPG::AnimationCellData, int32_t > static_valid & RPG::AnimationCellData::valid = 1 |
Definition at line 25 of file rpg_animationcelldata.h.
Referenced by RPG::operator==().
static TypedField< RPG::AnimationCellData, int32_t > static_x & RPG::AnimationCellData::x = 0 |
Definition at line 27 of file rpg_animationcelldata.h.
Referenced by RPG::operator==().
static TypedField< RPG::AnimationCellData, int32_t > static_y & RPG::AnimationCellData::y = 0 |
Definition at line 28 of file rpg_animationcelldata.h.
Referenced by RPG::operator==().
static TypedField< RPG::AnimationCellData, int32_t > static_zoom & RPG::AnimationCellData::zoom = 100 |
Definition at line 29 of file rpg_animationcelldata.h.
Referenced by RPG::operator==().