#include "CVEX_API.h"Go to the source code of this file.
Classes | |
| class | CVEX_Value |
| A class representing a VEX value. More... | |
Enumerations | |
| enum | CVEX_Type { CVEX_TYPE_INVALID = -1, CVEX_TYPE_INTEGER, CVEX_TYPE_FLOAT, CVEX_TYPE_VECTOR3, CVEX_TYPE_VECTOR4, CVEX_TYPE_MATRIX3, CVEX_TYPE_MATRIX4, CVEX_TYPE_STRING } |
| The CVEX_Type enum defines the VEX types available to CVEX. More... | |
| enum CVEX_Type |
The CVEX_Type enum defines the VEX types available to CVEX.
| CVEX_TYPE_INVALID | |
| CVEX_TYPE_INTEGER | |
| CVEX_TYPE_FLOAT | |
| CVEX_TYPE_VECTOR3 | |
| CVEX_TYPE_VECTOR4 | |
| CVEX_TYPE_MATRIX3 | |
| CVEX_TYPE_MATRIX4 | |
| CVEX_TYPE_STRING |
Definition at line 27 of file CVEX_Value.h.
1.5.9