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_functions.h>

Collaboration diagram for EntityPriorityList:

Data Fields

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 57 of file sf_ai_functions.h.

Field Documentation

◆ data

EntityPriorityList_data EntityPriorityList::data[500]

Array of entity data.

Definition at line 59 of file sf_ai_functions.h.

◆ entityCount

uint16_t EntityPriorityList::entityCount

Number of entities in the group.

Definition at line 60 of file sf_ai_functions.h.


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