liblcf
lmt_chunks.h
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 #ifndef LCF_LMT_CHUNKS_H
13 #define LCF_LMT_CHUNKS_H
14 
18 namespace LMT_Reader {
19  struct ChunkEncounter {
20  enum Index {
22  troop_id = 0x01
23  };
24  };
25  struct ChunkMapInfo {
26  enum Index {
28  name = 0x01,
30  parent_map = 0x02,
32  indentation = 0x03,
34  type = 0x04,
36  scrollbar_x = 0x05,
38  scrollbar_y = 0x06,
40  expanded_node = 0x07,
42  music_type = 0x0B,
44  music = 0x0C,
50  teleport = 0x1F,
52  escape = 0x20,
54  save = 0x21,
56  encounters = 0x29,
60  area_rect = 0x33
61  };
62  };
63  struct ChunkStart {
64  enum Index {
66  party_map_id = 0x01,
68  party_x = 0x02,
70  party_y = 0x03,
72  boat_map_id = 0x0B,
74  boat_x = 0x0C,
76  boat_y = 0x0D,
78  ship_map_id = 0x15,
80  ship_x = 0x16,
82  ship_y = 0x17,
86  airship_x = 0x20,
88  airship_y = 0x21
89  };
90  };
91 }
92 
93 #endif
LMT_Reader::ChunkStart::ship_y
@ ship_y
Definition: lmt_chunks.h:82
LMT_Reader::ChunkStart::boat_y
@ boat_y
Definition: lmt_chunks.h:76
LMT_Reader::ChunkEncounter
Definition: lmt_chunks.h:19
LMT_Reader::ChunkMapInfo::escape
@ escape
Definition: lmt_chunks.h:52
LMT_Reader::ChunkMapInfo::parent_map
@ parent_map
Definition: lmt_chunks.h:30
LMT_Reader::ChunkStart::airship_x
@ airship_x
Definition: lmt_chunks.h:86
LMT_Reader::ChunkMapInfo::indentation
@ indentation
Definition: lmt_chunks.h:32
LMT_Reader::ChunkMapInfo::name
@ name
Definition: lmt_chunks.h:28
LMT_Reader::ChunkStart
Definition: lmt_chunks.h:63
LMT_Reader::ChunkMapInfo::encounter_steps
@ encounter_steps
Definition: lmt_chunks.h:58
LMT_Reader::ChunkStart::airship_map_id
@ airship_map_id
Definition: lmt_chunks.h:84
LMT_Reader::ChunkStart::ship_x
@ ship_x
Definition: lmt_chunks.h:80
LMT_Reader::ChunkMapInfo::save
@ save
Definition: lmt_chunks.h:54
LMT_Reader::ChunkMapInfo::music_type
@ music_type
Definition: lmt_chunks.h:42
LMT_Reader::ChunkStart::boat_map_id
@ boat_map_id
Definition: lmt_chunks.h:72
LMT_Reader::ChunkStart::party_x
@ party_x
Definition: lmt_chunks.h:68
LMT_Reader::ChunkMapInfo
Definition: lmt_chunks.h:25
LMT_Reader::ChunkMapInfo::scrollbar_y
@ scrollbar_y
Definition: lmt_chunks.h:38
LMT_Reader
Definition: lmt_reader.h:23
LMT_Reader::ChunkMapInfo::background_name
@ background_name
Definition: lmt_chunks.h:48
LMT_Reader::ChunkEncounter::Index
Index
Definition: lmt_chunks.h:20
LMT_Reader::ChunkStart::party_y
@ party_y
Definition: lmt_chunks.h:70
LMT_Reader::ChunkMapInfo::background_type
@ background_type
Definition: lmt_chunks.h:46
LMT_Reader::ChunkMapInfo::area_rect
@ area_rect
Definition: lmt_chunks.h:60
LMT_Reader::ChunkMapInfo::type
@ type
Definition: lmt_chunks.h:34
LMT_Reader::ChunkStart::Index
Index
Definition: lmt_chunks.h:64
LMT_Reader::ChunkMapInfo::Index
Index
Definition: lmt_chunks.h:26
LMT_Reader::ChunkMapInfo::scrollbar_x
@ scrollbar_x
Definition: lmt_chunks.h:36
LMT_Reader::ChunkMapInfo::music
@ music
Definition: lmt_chunks.h:44
LMT_Reader::ChunkMapInfo::encounters
@ encounters
Definition: lmt_chunks.h:56
LMT_Reader::ChunkStart::airship_y
@ airship_y
Definition: lmt_chunks.h:88
LMT_Reader::ChunkStart::boat_x
@ boat_x
Definition: lmt_chunks.h:74
LMT_Reader::ChunkMapInfo::teleport
@ teleport
Definition: lmt_chunks.h:50
LMT_Reader::ChunkMapInfo::expanded_node
@ expanded_node
Definition: lmt_chunks.h:40
LMT_Reader::ChunkStart::ship_map_id
@ ship_map_id
Definition: lmt_chunks.h:78
LMT_Reader::ChunkEncounter::troop_id
@ troop_id
Definition: lmt_chunks.h:22
LMT_Reader::ChunkStart::party_map_id
@ party_map_id
Definition: lmt_chunks.h:66