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

#include <sf_ai_functions.h>

Data Fields

uint32_t * first
 
uint32_t * data
 
uint32_t * post_last
 

Detailed Description

Definition at line 30 of file sf_ai_functions.h.

Field Documentation

◆ data

uint32_t* uint_list_node::data

Pointer to the data element within the list.

Definition at line 33 of file sf_ai_functions.h.

◆ first

uint32_t* uint_list_node::first

Pointer to the first element in the list.

Definition at line 32 of file sf_ai_functions.h.

◆ post_last

uint32_t* uint_list_node::post_last

Pointer to the element following the last in the list.

Definition at line 34 of file sf_ai_functions.h.


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