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

Represents a node in a list of unsigned short values. More...

#include <sf_ai_functions.h>

Data Fields

uint16_t * first
 
uint16_t * data
 
uint16_t * post_last
 

Detailed Description

Represents a node in a list of unsigned short values.

Used for managing lists of short integer data related to game entities or actions.

Definition at line 23 of file sf_ai_functions.h.

Field Documentation

◆ data

uint16_t* ushort_list_node::data

Pointer to the data element within the list.

Definition at line 26 of file sf_ai_functions.h.

◆ first

uint16_t* ushort_list_node::first

Pointer to the first element in the list.

Definition at line 25 of file sf_ai_functions.h.

◆ post_last

uint16_t* ushort_list_node::post_last

Pointer to the element following the last in the list.

Definition at line 27 of file sf_ai_functions.h.


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