Spellforce-Spell-framework
|
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 |
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.
uint16_t* ushort_list_node::data |
Pointer to the data element within the list.
Definition at line 26 of file sf_ai_functions.h.
uint16_t* ushort_list_node::first |
Pointer to the first element in the list.
Definition at line 25 of file sf_ai_functions.h.
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.