[MAGIC_TYPE8] Supports warp magic
More...
|
const int32_t & | MapKey () const |
| Returns a value for use in map keys based on the table's primary key.
|
|
|
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.
|
|
|
int32_t | ID = {} |
| Column [iNum]: Magic identification number.
|
|
std::optional< std::string > | Name |
| Column [Name]: Name.
|
|
std::optional< std::string > | Description |
| Column [Description]: Description.
|
|
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.
|
|
[MAGIC_TYPE8] Supports warp magic
- GAME Database - Full Library
- MAGIC_TYPE8 Supports warp magic
◆ 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.
|
◆ WarpType
uint8_t full_model::MagicType8::WarpType = {} |
The documentation for this class was generated from the following file: