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

Go to the source code of this file.

Macros

#define LCF_CHUNK_SUFFIX   LSD_Reader
 
#define LCF_CURRENT_STRUCT   SaveEventCommands
 

Functions

 LCF_STRUCT_TYPED_FIELD (int, commands_size)
 
 LCF_STRUCT_TYPED_FIELD (std::vector< RPG::EventCommand >, commands)
 
 LCF_STRUCT_TYPED_FIELD (int, current_command)
 
 LCF_STRUCT_TYPED_FIELD (int, event_id)
 
 LCF_STRUCT_TYPED_FIELD (bool, actioned)
 
 LCF_STRUCT_TYPED_FIELD (int, unknown_15)
 
 LCF_STRUCT_TYPED_FIELD (std::vector< uint8_t >, unknown_16)
 

Macro Definition Documentation

#define LCF_CHUNK_SUFFIX   LSD_Reader

Definition at line 16 of file lsd_saveeventcommands.cpp.

#define LCF_CURRENT_STRUCT   SaveEventCommands

Definition at line 17 of file lsd_saveeventcommands.cpp.

Function Documentation

LCF_STRUCT_TYPED_FIELD ( int  ,
commands_size   
)
LCF_STRUCT_TYPED_FIELD ( std::vector< RPG::EventCommand ,
commands   
)
LCF_STRUCT_TYPED_FIELD ( int  ,
current_command   
)
LCF_STRUCT_TYPED_FIELD ( int  ,
event_id   
)
LCF_STRUCT_TYPED_FIELD ( bool  ,
actioned   
)
LCF_STRUCT_TYPED_FIELD ( int  ,
unknown_15   
)
LCF_STRUCT_TYPED_FIELD ( std::vector< uint8_t >  ,
unknown_16   
)