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

Serialized countStats. More...

#include <ser_core.h>

Data Fields

int8_t enemieskilled
 How many enemies were defeated.
 
int8_t consumablesfound
 How many consumabls were found.
 
int8_t equipsfound
 How many equips were found.
 
int8_t artifactsfound
 How many artifacts were found.
 
int8_t criticalhits
 How many criticals were dealt.
 
int8_t roomscompleted
 How many rooms were completed.
 
int8_t floorscompleted
 How many floors were completed.
 
int8_t specialsunlocked
 How many special move were unlocked.
 
int8_t coinsfound
 How many coins you found in total.
 
int8_t bosseskilled
 How many bosses were defeated.
 
int8_t unique_bosseskilled
 How many unique bosses were defeated.
 
int8_t killed_bosses [BOSSCLASSESMAX+1]
 Keeps track of which bossClass you've killed.
 
int8_t keysfound
 How many keys you found in total.
 

Detailed Description

Serialized countStats.

Packed struct. Can be turned into a countStats with deser_countStats(). Can be obtained from a countStats with ser_countStats().

See also
countStats
deser_countStats()
ser_countStats()

Field Documentation

◆ artifactsfound

int8_t SerCountstats::artifactsfound

How many artifacts were found.

◆ bosseskilled

int8_t SerCountstats::bosseskilled

How many bosses were defeated.

◆ coinsfound

int8_t SerCountstats::coinsfound

How many coins you found in total.

◆ consumablesfound

int8_t SerCountstats::consumablesfound

How many consumabls were found.

◆ criticalhits

int8_t SerCountstats::criticalhits

How many criticals were dealt.

◆ enemieskilled

int8_t SerCountstats::enemieskilled

How many enemies were defeated.

◆ equipsfound

int8_t SerCountstats::equipsfound

How many equips were found.

◆ floorscompleted

int8_t SerCountstats::floorscompleted

How many floors were completed.

◆ keysfound

int8_t SerCountstats::keysfound

How many keys you found in total.

◆ killed_bosses

int8_t SerCountstats::killed_bosses[BOSSCLASSESMAX+1]

Keeps track of which bossClass you've killed.

◆ roomscompleted

int8_t SerCountstats::roomscompleted

How many rooms were completed.

◆ specialsunlocked

int8_t SerCountstats::specialsunlocked

How many special move were unlocked.

◆ unique_bosseskilled

int8_t SerCountstats::unique_bosseskilled

How many unique bosses were defeated.


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