|
Spellforce-Spell-framework
|
Represents a node in a list of unsigned short values. More...
#include <sf_general_structures.h>
Public Attributes | |
| 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 921 of file sf_general_structures.h.
| uint16_t* ushort_list_node::data |
Pointer to the data element within the list.
Definition at line 924 of file sf_general_structures.h.
| uint16_t* ushort_list_node::first |
Pointer to the first element in the list.
Definition at line 923 of file sf_general_structures.h.
| uint16_t* ushort_list_node::post_last |
Pointer to the element following the last in the list.
Definition at line 925 of file sf_general_structures.h.