helapordo 1.4.12
|
#include <ser_core.h>
Data Fields | |
int8_t | index |
The room's own number. | |
int32_t | class |
Defines which kind of roomClass the instance relates to. | |
SerShop | shop |
The SerShop, initialised for rooms of class SHOP. | |
SerRoadfork | roadfork |
The SerRoadfork, initialised for rooms of class ROADFORK. | |
SerTreasure | treasure |
The SerTreasure, initialised for rooms of class TREASURE. | |
SerBoss | boss |
The SerBoss, initialised for rooms of class BOSS. | |
int8_t | enemyTotal |
Total number of enemies initialised in enemies array. | |
SerEnemy | enemies [ROOM_ENEMIES_MAX] |
Array for enemies. | |
SerFoeParty | foes |
The SerFoeParty pointer, initialised for rooms of class ENEMIES. | |
Serialized Room.
Packed struct. Can be turned into a Room with deser_Room(). Can be obtained from a Room with ser_Room().
int32_t SerRoom::class |
Defines which kind of roomClass the instance relates to.
SerEnemy SerRoom::enemies[ROOM_ENEMIES_MAX] |
Array for enemies.
int8_t SerRoom::enemyTotal |
Total number of enemies initialised in enemies array.
SerFoeParty SerRoom::foes |
The SerFoeParty pointer, initialised for rooms of class ENEMIES.
int8_t SerRoom::index |
The room's own number.
SerRoadfork SerRoom::roadfork |
The SerRoadfork, initialised for rooms of class ROADFORK.
SerTreasure SerRoom::treasure |
The SerTreasure, initialised for rooms of class TREASURE.