The stick2xyz Documentation 1.14.1
|
#include <stick2xyz.h>
Data Fields | |
uint32_t | vertex_type |
stick2xyz_ptchar | vertex_str |
int | vertex_params [STICK2XYZ_MAXBUFPARAMS] |
This structure is the vertex element (item) structure for the mod_pane2d_vertex_get function.
Definition at line 681 of file stick2xyz.h.
int vertex_params[STICK2XYZ_MAXBUFPARAMS] |
These are the integer parameters you are to fill in accordance with the outlined commands in The Basic Text File Format.
Definition at line 705 of file stick2xyz.h.
stick2xyz_ptchar vertex_str |
This is the input string, allocated by the program. The program will free it for you. Fill it with the string parameter if required by the vertex item.
Definition at line 698 of file stick2xyz.h.
uint32_t vertex_type |
This is the vertex item type variable. Fill it with the appropriate vertex item type.
Definition at line 687 of file stick2xyz.h.