Torque2D Reference
|
#include <Json.h>
Public Attributes | |
struct Json * | next |
struct Json * | prev |
struct Json * | child |
int | type |
int | size |
const char * | valueString |
int | valueInt |
float | valueFloat |
const char * | name |
struct Json* child |
const char* name |
struct Json* next |
struct Json* prev |
int size |
int type |
float valueFloat |
int valueInt |
const char* valueString |