Panda3D
|
Variables | |
tuple | MsgId2Names = invertDictLossless(MsgName2Id) |
dictionary | MsgName2Id |
MsgTypesCMU module: defines the various message type codes as used by the CMU ServerRepository/ClientRepository code in this directory. It replaces the MsgTypes module, which is not used by the CMU implementation.
tuple MsgId2Names = invertDictLossless(MsgName2Id) |
dictionary MsgName2Id |
00001 { 00002 'SET_DOID_RANGE_CMU' : 9001, 00003 'CLIENT_OBJECT_GENERATE_CMU' : 9002, 00004 'OBJECT_GENERATE_CMU' : 9003, 00005 'OBJECT_UPDATE_FIELD_CMU' : 9004, 00006 'OBJECT_DISABLE_CMU' : 9005, 00007 'OBJECT_DELETE_CMU' : 9006, 00008 'REQUEST_GENERATES_CMU' : 9007, 00009 'CLIENT_DISCONNECT_CMU' : 9008, 00010 'CLIENT_SET_INTEREST_CMU' : 9009, 00011 'OBJECT_SET_ZONE_CMU' : 9010, 00012 'CLIENT_HEARTBEAT_CMU' : 9011, 00013 'CLIENT_OBJECT_UPDATE_FIELD_TARGETED_CMU' : 9011, 00014 00015 'CLIENT_OBJECT_UPDATE_FIELD' : 24, # Matches MsgTypes.CLIENT_OBJECT_UPDATE_FIELD 00016 }