ConsoleValue

Engine/source/console/console.h

More...

Public Types

enum
_Anonymous_ {
  TypeInternalInt = -5
  TypeInternalFloat = -4
  TypeInternalStringStackPtr = -3
  TypeInternalStackString = -2
  TypeInternalString = -1
}

Public Attributes

union ConsoleValue::@51
void *

The real data pointer.

The enum lookup table for enumerated types.

char *

Detailed Description

Public Types

@50

Enumerator

TypeInternalInt = -5
TypeInternalFloat = -4
TypeInternalStringStackPtr = -3
TypeInternalStackString = -2
TypeInternalString = -1

Public Attributes

union ConsoleValue::@51 @52 
U32 bufferLen 
void * dataPtr 

The real data pointer.

const EnumTable * enumTable 

The enum lookup table for enumerated types.

F32 fval 
U32 ival 
char * sval 
S32 type