liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
rpg_eventpagecondition.h
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 #ifndef LCF_RPG_EVENTPAGECONDITION_H
10 #define LCF_RPG_EVENTPAGECONDITION_H
11 
15 namespace RPG {
17  public:
18  enum Comparison {
25  };
26 
28 
29  struct Flags {
30  bool switch_a;
31  bool switch_b;
32  bool variable;
33  bool item;
34  bool actor;
35  bool timer;
36  bool timer2;
37  } flags;
42  int item_id;
43  int actor_id;
44  int timer_sec;
47  };
48 }
49 
50 #endif
struct RPG::EventPageCondition::Flags flags
Definition: rpg_actor.h:23