liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
rpg_eventpagecondition.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_eventpagecondition.h"
11 
16  flags.switch_a = false;
17  flags.switch_b = false;
18  flags.variable = false;
19  flags.item = false;
20  flags.actor = false;
21  flags.timer = false;
22  flags.timer2 = false;
23  switch_a_id = 1;
24  switch_b_id = 1;
25  variable_id = 1;
26  variable_value = 0;
27  item_id = 1;
28  actor_id = 1;
29  timer_sec = 0;
30  timer2_sec = 0;
31  compare_operator = 1;
32 }
struct RPG::EventPageCondition::Flags flags