|
Panda3D
|
Variables | |
| int | CLIENT_LOGIN_2_BLUE = 3 |
| int | CLIENT_LOGIN_2_GREEN = 1 |
| int | CLIENT_LOGIN_2_PLAY_TOKEN = 2 |
| int | CLIENT_LOGIN_3_DISL_TOKEN = 4 |
| tuple | MsgId2Names = invertDictLossless(MsgName2Id) |
| dictionary | MsgName2Id |
| list | QUIET_ZONE_IGNORED_LIST |
MsgTypes module: contains distributed object message types
| int CLIENT_LOGIN_2_BLUE = 3 |
| int CLIENT_LOGIN_2_GREEN = 1 |
| int CLIENT_LOGIN_2_PLAY_TOKEN = 2 |
| int CLIENT_LOGIN_3_DISL_TOKEN = 4 |
| tuple MsgId2Names = invertDictLossless(MsgName2Id) |
| dictionary MsgName2Id |
00001 [ 00002 00003 # We mustn't ignore updates, because some updates for localToon 00004 # are always important. 00005 #CLIENT_OBJECT_UPDATE_FIELD, 00006 00007 # These are now handled. If it is a create for a class that is in the 00008 # uber zone, we should create it. 00009 #CLIENT_CREATE_OBJECT_REQUIRED, 00010 #CLIENT_CREATE_OBJECT_REQUIRED_OTHER, 00011 00012 ]
1.7.3