Libprimis
Imprimis' 3D destroyable world engine
|
#include <command.h>
Public Attributes | |
void * | p |
int * | i |
float * | f |
char ** | s |
< points to an ident's value
float* ident::identvalptr::f |
points to an Id_FloatVar
int* ident::identvalptr::i |
points to an Id_Var (int)
void* ident::identvalptr::p |
can point to any Id_*Var
char** ident::identvalptr::s |
points to a pointer to a Id_StringVar (C string)