OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
Loading...
Searching...
No Matches
full_model::Battle Class Referenceexport
module FullModel

[BATTLE] Battle data for the game server More...

Public Types

using BinderType = full_binder::Battle
 

Public Member Functions

const int16_t & MapKey () const
 Returns a value for use in map keys based on the table's primary key.
 

Static Public Member Functions

static const std::string & TableName ()
 Returns the table name.
 
static const std::unordered_set< std::string > & ColumnNames ()
 Returns a set of column names for the table.
 
static const std::vector< std::string > & OrderedColumnNames ()
 Returns an ordered vector of column names for the table.
 
static const std::unordered_set< std::string > & BlobColumns ()
 Returns a set of blob column names for the table.
 
static const modelUtil::DbType DbType ()
 Returns the associated database type for the table.
 
static const std::vector< std::string > & PrimaryKey ()
 Returns the columns associated with the table's Primary Key.
 

Public Attributes

int16_t Index = {}
 Column [sIndex]: Server Index.
 
uint8_t Nation = {}
 Column [byNation]: Nation Identifier.
 
std::optional< std::string > UserName
 Column [strUserName]: User Name.
 
uint8_t ElmoArea = {}
 Column [byElmoArea]: Elmorad Area: TODO Doc.
 
uint8_t KarusArea = {}
 Column [byKarusArea]: Karus Area: TODO Doc.
 
uint8_t ElmoAdvantage = {}
 Column [byElmoAdvantage]: Elmorad Advantage: TODO Doc.
 
uint8_t KarusAdvantage = {}
 Column [byKarusAdvantage]: Karus Advantage: TODO Doc.
 
uint8_t Area1 = {}
 Column [byArea_1]: Area1: TODO Doc.
 
uint8_t Area2 = {}
 Column [byArea_2]: Area2: TODO Doc.
 
uint8_t Area3 = {}
 Column [byArea_3]: Area3: TODO Doc.
 
uint8_t Area4 = {}
 Column [byArea_4]: Area4: TODO Doc.
 
uint8_t Area5 = {}
 Column [byArea_5]: Area5: TODO Doc.
 
uint8_t Area6 = {}
 Column [byArea_6]: Area6: TODO Doc.
 
uint8_t Area7 = {}
 Column [byArea_7]: Area7: TODO Doc.
 
uint8_t Area8 = {}
 Column [byArea_8]: Area8: TODO Doc.
 
uint8_t Area9 = {}
 Column [byArea_9]: Area9: TODO Doc.
 
uint8_t Area10 = {}
 Column [byArea_10]: Area10: TODO Doc.
 
uint8_t Area11 = {}
 Column [byArea_11]: Area11: TODO Doc.
 

Detailed Description

[BATTLE] Battle data for the game server

GAME Database - Full Library
BATTLE Battle data for the game server

The documentation for this class was generated from the following file: