|
Spellforce-Spell-framework
|
Holds a list of entities with associated data and an entity count. More...
#include <sf_ai_structures.h>

Public Attributes | |
| EntityPriorityList_data | data [500] |
| uint16_t | entityCount |
Holds a list of entities with associated data and an entity count.
This structure is used to manage groups of allied or enemy entities in the game.
Definition at line 26 of file sf_ai_structures.h.
| EntityPriorityList_data EntityPriorityList::data[500] |
Array of entity data.
Definition at line 28 of file sf_ai_structures.h.
| uint16_t EntityPriorityList::entityCount |
Number of entities in the group.
Definition at line 29 of file sf_ai_structures.h.