OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
Loading...
Searching...
No Matches
ebenezer_model::MagicType8 Class Referenceexport

[MAGIC_TYPE8] Supports warp magic More...

Public Types

enum class  EnumWarpType { Gate = 1 , SummonFriendly = 12 , SummonMonster = 21 , TeleportToFriendly = 25 }
 Known valid values for WarpType. More...
 
using BinderType = ebenezer_binder::MagicType8
 

Public Member Functions

const int32_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

int32_t ID = {}
 Column [iNum]: Magic identification number.
 
uint8_t Target = {}
 Column [Target]: Target.
 
int16_t Radius = {}
 Column [Radius]: Radius.
 
uint8_t WarpType = {}
 Column [WarpType]: Warp type.
 
int16_t ExpRecover = {}
 Column [ExpRecover]: Experience recovery.
 

Detailed Description

[MAGIC_TYPE8] Supports warp magic

GAME Database - Ebenezer Library
MAGIC_TYPE8 Supports warp magic

Member Enumeration Documentation

◆ EnumWarpType

Known valid values for WarpType.

Enumerator
Gate 

Teleport to saved gate.

SummonFriendly 

Summons friendly player(s)

SummonMonster 

TODO.

TeleportToFriendly 

Teleports to a party member.

Member Data Documentation

◆ WarpType

uint8_t ebenezer_model::MagicType8::WarpType = {}

Column [WarpType]: Warp type.

See also
EnumWarpType

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