helapordo 1.4.12
|
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. | |
Serialized countStats.
Packed struct. Can be turned into a countStats with deser_countStats(). Can be obtained from a countStats with ser_countStats().
int8_t SerCountstats::artifactsfound |
How many artifacts were found.
int8_t SerCountstats::bosseskilled |
How many bosses were defeated.
int8_t SerCountstats::coinsfound |
How many coins you found in total.
int8_t SerCountstats::consumablesfound |
How many consumabls were found.
int8_t SerCountstats::criticalhits |
How many criticals were dealt.
int8_t SerCountstats::enemieskilled |
How many enemies were defeated.
int8_t SerCountstats::equipsfound |
How many equips were found.
int8_t SerCountstats::floorscompleted |
How many floors were completed.
int8_t SerCountstats::keysfound |
How many keys you found in total.
int8_t SerCountstats::killed_bosses[BOSSCLASSESMAX+1] |
Keeps track of which bossClass you've killed.
int8_t SerCountstats::roomscompleted |
How many rooms were completed.
int8_t SerCountstats::specialsunlocked |
How many special move were unlocked.
int8_t SerCountstats::unique_bosseskilled |
How many unique bosses were defeated.