liblcf
RPG::AnimationCellData Class Reference

#include <rpg_animationcelldata.h>

+ Collaboration diagram for RPG::AnimationCellData:

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
 

Detailed Description

Definition at line 22 of file rpg_animationcelldata.h.

Member Data Documentation

◆ cell_id

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==().

◆ ID

int RPG::AnimationCellData::ID = 0

Definition at line 24 of file rpg_animationcelldata.h.

◆ tone_blue

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==().

◆ tone_gray

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==().

◆ tone_green

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==().

◆ tone_red

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==().

◆ transparency

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==().

◆ valid

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==().

◆ x

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==().

◆ y

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==().

◆ zoom

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==().


The documentation for this class was generated from the following files: