|
helapordo 1.4.13
|
Represents the entity initialised from a foePartyClass. More...
#include <game_core.h>

Data Fields | |
| foePartyClass | class |
| Defines which kind of foePartyClass the instance relates to. | |
| int | level |
| Level for the whole FoeParty. | |
| struct Turncounter * | counters [COUNTERSMAX+1] |
| Array with all the Turncounter pointers. | |
| int | turnboost_atk |
| Current temp boost value for atk. | |
| int | turnboost_def |
| Current temp boost value for def. | |
| int | turnboost_vel |
| Current temp boost value for vel. | |
| int | turnboost_enr |
| Current temp boost value for enr. | |
| Enemy * | enemy_foes [ROOM_ENEMIES_MAX+1] |
| Array of pointers to all enemies in a room. | |
| Boss * | boss_foes [FOES_BOSSES_MAX+1] |
| Array of pointers to all enemies in a room. | |
| int | size |
| Number of members in the FoeParty. | |
| int | tot_alive |
| Number of alive members of the FoeParty. | |
| int | current_index |
| Index of current foe advancement. | |
| int | alive_enemies [ROOM_ENEMIES_MAX+1] |
| Array of integers with 1 for alive enemies in that position. | |
| int | alive_bosses [FOES_BOSSES_MAX+1] |
| Array of integers with 1 for alive bosses in that position. | |
Represents the entity initialised from a foePartyClass.
| int FoeParty::alive_bosses[FOES_BOSSES_MAX+1] |
Array of integers with 1 for alive bosses in that position.
| int FoeParty::alive_enemies[ROOM_ENEMIES_MAX+1] |
Array of integers with 1 for alive enemies in that position.
| Boss* FoeParty::boss_foes[FOES_BOSSES_MAX+1] |
Array of pointers to all enemies in a room.
| foePartyClass FoeParty::class |
Defines which kind of foePartyClass the instance relates to.
| struct Turncounter* FoeParty::counters[COUNTERSMAX+1] |
Array with all the Turncounter pointers.
| int FoeParty::current_index |
Index of current foe advancement.
| Enemy* FoeParty::enemy_foes[ROOM_ENEMIES_MAX+1] |
Array of pointers to all enemies in a room.
| int FoeParty::level |
Level for the whole FoeParty.
| int FoeParty::size |
Number of members in the FoeParty.
| int FoeParty::tot_alive |
Number of alive members of the FoeParty.
| int FoeParty::turnboost_atk |
Current temp boost value for atk.
| int FoeParty::turnboost_def |
Current temp boost value for def.
| int FoeParty::turnboost_enr |
Current temp boost value for enr.
| int FoeParty::turnboost_vel |
Current temp boost value for vel.