Photon C++ Client API
4.1.12.2
|
ExitGames::Common::TypeCode Namespace Reference
Variables | |
static const nByte | BYTE |
nByte | |
static const nByte | SHORT |
short | |
static const nByte | INTEGER |
int | |
static const nByte | LONG |
int64 | |
static const nByte | FLOAT |
float | |
static const nByte | DOUBLE |
double | |
static const nByte | BOOLEAN |
bool | |
static const nByte | STRING |
JString. | |
static const nByte | HASHTABLE |
Hashtable. | |
static const nByte | DICTIONARY |
Dictionary. | |
static const nByte | OBJECT |
Object, only allowed for arrays! | |
static const nByte | ARRAY |
internal only | |
static const nByte | BYTEARRAY |
internal only | |
static const nByte | PHOTON_COMMAND |
internal only | |
static const nByte | EG_NULL |
internal only | |
static const nByte | CUSTOM |
internal only | |
static const nByte | UNKNOWN |
internal only | |