helapordo 1.4.12
Loading...
Searching...
No Matches
SerEquip Struct Reference

Serialized Equip. More...

#include <ser_core.h>

Collaboration diagram for SerEquip:

Data Fields

int32_t class
 Defines which kind of Equip the instance relates to.
 
int32_t type
 Defines which kind of Equipzone the instance relates to.
 
int8_t equipped
 Flag indicating the instance as currently in use if set.
 
int8_t level
 
int8_t atk
 
int8_t def
 
int8_t vel
 
int8_t enr
 
int8_t bonus
 
int8_t perksCount
 
int8_t cost
 
quality qual
 
SerPerk perks [EQUIPPERKSMAX]
 

Detailed Description

Serialized Equip.

Packed struct. Can be turned into an Equip with deser_Equip(). Can be obtained from an Equip with ser_Equip().

See also
Equip
deser_Equip()
ser_Equip()

Field Documentation

◆ atk

int8_t SerEquip::atk

◆ bonus

int8_t SerEquip::bonus

◆ class

int32_t SerEquip::class

Defines which kind of Equip the instance relates to.

◆ cost

int8_t SerEquip::cost

◆ def

int8_t SerEquip::def

◆ enr

int8_t SerEquip::enr

◆ equipped

int8_t SerEquip::equipped

Flag indicating the instance as currently in use if set.

◆ level

int8_t SerEquip::level

◆ perks

SerPerk SerEquip::perks[EQUIPPERKSMAX]

◆ perksCount

int8_t SerEquip::perksCount

◆ qual

quality SerEquip::qual

◆ type

int32_t SerEquip::type

Defines which kind of Equipzone the instance relates to.

◆ vel

int8_t SerEquip::vel

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