Photon C++ Client API
4.1.12.2
|
TypeCode.h File Reference
Include dependency graph for TypeCode.h:

This graph shows which files directly or indirectly include this file:

Namespaces | |
| ExitGames | |
| ExitGames::Common | |
| ExitGames::Common::TypeCode | |
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 | |
Photon C++ Client API