liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
rpg_mapinfo.cpp
Go to the documentation of this file.
1 /* !!!! GENERATED FILE - DO NOT EDIT !!!! */
2 
3 /*
4  * Copyright (c) 2014 liblcf authors
5  * This file is released under the MIT License
6  * http://opensource.org/licenses/MIT
7  */
8 
9 // Headers
10 #include "rpg_mapinfo.h"
11 
16  ID = 0;
17  name = "";
18  parent_map = 0;
19  indentation = 0;
20  type = 1;
21  scrollbar_x = 0;
22  scrollbar_y = 0;
23  expanded_node = false;
24  music_type = 0;
25  background_type = 0;
26  background_name = "";
27  teleport = 0;
28  escape = 0;
29  save = 0;
30  encounter_steps = 25;
31 
32  Init();
33 }
std::string name
Definition: rpg_mapinfo.h:45
bool expanded_node
Definition: rpg_mapinfo.h:51
std::string background_name
Definition: rpg_mapinfo.h:55
int encounter_steps
Definition: rpg_mapinfo.h:60
int background_type
Definition: rpg_mapinfo.h:54