Spellforce-Spell-framework
Loading...
Searching...
No Matches
EntityPriorityList Struct Reference

Holds a list of entities with associated data and an entity count. More...

#include <sf_ai_structures.h>

Collaboration diagram for EntityPriorityList:

Public Attributes

EntityPriorityList_data data [500]
uint16_t entityCount

Detailed Description

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.

Member Data Documentation

◆ data

EntityPriorityList_data EntityPriorityList::data[500]

Array of entity data.

Definition at line 28 of file sf_ai_structures.h.

◆ entityCount

uint16_t EntityPriorityList::entityCount

Number of entities in the group.

Definition at line 29 of file sf_ai_structures.h.


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