liblcf
|
#include <rpg_eventpagecondition.h>
Classes | |
struct | Flags |
Public Types | |
enum | Comparison { Comparison_equal = 0, Comparison_greater_equal = 1, Comparison_less_equal = 2, Comparison_greater = 3, Comparison_less = 4, Comparison_not_equal = 5 } |
Public Member Functions | |
EventPageCondition () | |
Public Attributes | |
struct RPG::EventPageCondition::Flags | flags |
int | switch_a_id |
int | switch_b_id |
int | variable_id |
int | variable_value |
int | item_id |
int | actor_id |
int | timer_sec |
int | timer2_sec |
int | compare_operator |
Definition at line 16 of file rpg_eventpagecondition.h.
Enumerator | |
---|---|
Comparison_equal | |
Comparison_greater_equal | |
Comparison_less_equal | |
Comparison_greater | |
Comparison_less | |
Comparison_not_equal |
Definition at line 18 of file rpg_eventpagecondition.h.
RPG::EventPageCondition::EventPageCondition | ( | ) |
Constructor.
Definition at line 15 of file rpg_eventpagecondition.cpp.
References RPG::EventPageCondition::Flags::actor, actor_id, compare_operator, flags, RPG::EventPageCondition::Flags::item, item_id, RPG::EventPageCondition::Flags::switch_a, switch_a_id, RPG::EventPageCondition::Flags::switch_b, switch_b_id, RPG::EventPageCondition::Flags::timer, RPG::EventPageCondition::Flags::timer2, timer2_sec, timer_sec, RPG::EventPageCondition::Flags::variable, variable_id, and variable_value.
int RPG::EventPageCondition::actor_id |
Definition at line 43 of file rpg_eventpagecondition.h.
Referenced by EventPageCondition().
int RPG::EventPageCondition::compare_operator |
Definition at line 46 of file rpg_eventpagecondition.h.
Referenced by EventPageCondition().
struct RPG::EventPageCondition::Flags RPG::EventPageCondition::flags |
Referenced by EventPageCondition().
int RPG::EventPageCondition::item_id |
Definition at line 42 of file rpg_eventpagecondition.h.
Referenced by EventPageCondition().
int RPG::EventPageCondition::switch_a_id |
Definition at line 38 of file rpg_eventpagecondition.h.
Referenced by EventPageCondition().
int RPG::EventPageCondition::switch_b_id |
Definition at line 39 of file rpg_eventpagecondition.h.
Referenced by EventPageCondition().
int RPG::EventPageCondition::timer2_sec |
Definition at line 45 of file rpg_eventpagecondition.h.
Referenced by EventPageCondition().
int RPG::EventPageCondition::timer_sec |
Definition at line 44 of file rpg_eventpagecondition.h.
Referenced by EventPageCondition().
int RPG::EventPageCondition::variable_id |
Definition at line 40 of file rpg_eventpagecondition.h.
Referenced by EventPageCondition().
int RPG::EventPageCondition::variable_value |
Definition at line 41 of file rpg_eventpagecondition.h.
Referenced by EventPageCondition().