liblcf
|
#include <rpg_battleranimationextension.h>
Public Types | |
enum | AnimType { AnimType_graphic = 0, AnimType_animation = 1 } |
Public Attributes | |
int | ID = 0 |
std::string | name |
std::string | battler_name |
int32_t | battler_index = 0 |
int32_t | animation_type = 0 |
int32_t | animation_id = 1 |
Static Public Attributes | |
static constexpr auto | kAnimTypeTags |
Definition at line 24 of file rpg_battleranimationextension.h.
Enumerator | |
---|---|
AnimType_graphic | |
AnimType_animation |
Definition at line 26 of file rpg_battleranimationextension.h.
static TypedField< RPG::BattlerAnimationExtension, int32_t > static_animation_id & RPG::BattlerAnimationExtension::animation_id = 1 |
Definition at line 40 of file rpg_battleranimationextension.h.
Referenced by RPG::operator==().
static TypedField< RPG::BattlerAnimationExtension, int32_t > static_animation_type & RPG::BattlerAnimationExtension::animation_type = 0 |
Definition at line 39 of file rpg_battleranimationextension.h.
Referenced by RPG::operator==().
static TypedField< RPG::BattlerAnimationExtension, int32_t > static_battler_index & RPG::BattlerAnimationExtension::battler_index = 0 |
Definition at line 38 of file rpg_battleranimationextension.h.
Referenced by RPG::operator==().
static TypedField< RPG::BattlerAnimationExtension, std::string > static_battler_name & RPG::BattlerAnimationExtension::battler_name |
Definition at line 37 of file rpg_battleranimationextension.h.
Referenced by RPG::operator==().
int RPG::BattlerAnimationExtension::ID = 0 |
Definition at line 35 of file rpg_battleranimationextension.h.
|
static |
Definition at line 30 of file rpg_battleranimationextension.h.
static TypedField< RPG::BattlerAnimationExtension, std::string > static_name & RPG::BattlerAnimationExtension::name |
Definition at line 36 of file rpg_battleranimationextension.h.
Referenced by RPG::operator==().