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

Public Attributes

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 921 of file sf_general_structures.h.

Member Data Documentation

◆ data

uint16_t* ushort_list_node::data

Pointer to the data element within the list.

Definition at line 924 of file sf_general_structures.h.

◆ first

uint16_t* ushort_list_node::first

Pointer to the first element in the list.

Definition at line 923 of file sf_general_structures.h.

◆ post_last

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.


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