liblcf
ldb_battleranimationextension.cpp
Go to the documentation of this file.
1 /* !!!! GENERATED FILE - DO NOT EDIT !!!!
2  * --------------------------------------
3  *
4  * This file is part of liblcf. Copyright (c) 2020 liblcf authors.
5  * https://github.com/EasyRPG/liblcf - https://easyrpg.org
6  *
7  * liblcf is Free/Libre Open Source Software, released under the MIT License.
8  * For the full copyright and license information, please view the COPYING
9  * file that was distributed with this source code.
10  */
11 
12 // Headers
13 #include "ldb_reader.h"
14 #include "ldb_chunks.h"
15 #include "reader_struct_impl.h"
16 
17 // Read BattlerAnimationExtension.
18 
19 template <>
20 char const* const Struct<RPG::BattlerAnimationExtension>::name = "BattlerAnimationExtension";
24  "name",
25  0,
26  0
27 );
31  "battler_name",
32  0,
33  0
34 );
35 static TypedField<RPG::BattlerAnimationExtension, int32_t> static_battler_index(
38  "battler_index",
39  0,
40  0
41 );
42 static TypedField<RPG::BattlerAnimationExtension, int32_t> static_animation_type(
45  "animation_type",
46  0,
47  0
48 );
52  "animation_id",
53  0,
54  0
55 );
56 
57 
58 template <>
60  &static_name,
61  &static_battler_name,
62  &static_battler_index,
63  &static_animation_type,
64  &static_animation_id,
65  NULL
66 };
67 
ldb_chunks.h
RPG::BattlerAnimationExtension::animation_type
int32_t animation_type
Definition: rpg_battleranimationextension.h:39
LDB_Reader::ChunkBattlerAnimationExtension::animation_type
@ animation_type
Definition: ldb_chunks.h:246
LDB_Reader::ChunkBattlerAnimationExtension::battler_name
@ battler_name
Definition: ldb_chunks.h:242
Field
Definition: reader_struct.h:315
TypedField
Definition: reader_struct.h:348
RPG::BattlerAnimationExtension::name
std::string name
Definition: rpg_battleranimationextension.h:36
Struct
Definition: reader_struct.h:43
LDB_Reader::ChunkBattlerAnimationExtension::name
@ name
Definition: ldb_chunks.h:240
LDB_Reader::ChunkBattlerAnimationExtension::battler_index
@ battler_index
Definition: ldb_chunks.h:244
RPG::BattlerAnimationExtension::battler_name
std::string battler_name
Definition: rpg_battleranimationextension.h:37
LDB_Reader::ChunkBattlerAnimationExtension::animation_id
@ animation_id
Definition: ldb_chunks.h:248
RPG::BattlerAnimationExtension::animation_id
int32_t animation_id
Definition: rpg_battleranimationextension.h:40
reader_struct_impl.h
RPG::BattlerAnimationExtension::battler_index
int32_t battler_index
Definition: rpg_battleranimationextension.h:38
ldb_reader.h