liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ldb_commonevent.cpp File Reference
#include "ldb_reader.h"
#include "ldb_chunks.h"
#include "reader_struct.h"
+ Include dependency graph for ldb_commonevent.cpp:

Go to the source code of this file.

Macros

#define LCF_CHUNK_SUFFIX   LDB_Reader
 
#define LCF_CURRENT_STRUCT   CommonEvent
 

Functions

 LCF_STRUCT_TYPED_FIELD (std::string, name)
 
 LCF_STRUCT_TYPED_FIELD (int, trigger)
 
 LCF_STRUCT_TYPED_FIELD (bool, switch_flag)
 
 LCF_STRUCT_TYPED_FIELD (int, switch_id)
 
 LCF_STRUCT_SIZE_FIELD (RPG::EventCommand, event_commands)
 
 LCF_STRUCT_TYPED_FIELD (std::vector< RPG::EventCommand >, event_commands)
 

Macro Definition Documentation

#define LCF_CHUNK_SUFFIX   LDB_Reader

Definition at line 16 of file ldb_commonevent.cpp.

#define LCF_CURRENT_STRUCT   CommonEvent

Definition at line 17 of file ldb_commonevent.cpp.

Function Documentation

LCF_STRUCT_SIZE_FIELD ( RPG::EventCommand  ,
event_commands   
)
LCF_STRUCT_TYPED_FIELD ( std::string  ,
name   
)
LCF_STRUCT_TYPED_FIELD ( int  ,
trigger   
)
LCF_STRUCT_TYPED_FIELD ( bool  ,
switch_flag   
)
LCF_STRUCT_TYPED_FIELD ( int  ,
switch_id   
)
LCF_STRUCT_TYPED_FIELD ( std::vector< RPG::EventCommand ,
event_commands   
)