Libprimis
Imprimis' 3D destroyable world engine
Loading...
Searching...
No Matches
ident::identvalptr Union Reference

#include <command.h>

Public Attributes

void * p
 
int * i
 
float * f
 
char ** s
 

Detailed Description

< points to an ident's value

Member Data Documentation

◆ f

float* ident::identvalptr::f

points to an Id_FloatVar

◆ i

int* ident::identvalptr::i

points to an Id_Var (int)

◆ p

void* ident::identvalptr::p

can point to any Id_*Var

◆ s

char** ident::identvalptr::s

points to a pointer to a Id_StringVar (C string)


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