Panda3D
Loading...
Searching...
No Matches
Variables
direct.distributed.MsgTypesCMU Namespace Reference

Variables

 MsgId2Names = invertDictLossless(MsgName2Id)
 
dict MsgName2Id
 

Detailed Description

 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. 

Variable Documentation

◆ MsgId2Names

MsgId2Names = invertDictLossless(MsgName2Id)

◆ MsgName2Id

dict MsgName2Id
Initial value:
1= {
2 'SET_DOID_RANGE_CMU' : 9001,
3 'CLIENT_OBJECT_GENERATE_CMU' : 9002,
4 'OBJECT_GENERATE_CMU' : 9003,
5 'OBJECT_UPDATE_FIELD_CMU' : 9004,
6 'OBJECT_DISABLE_CMU' : 9005,
7 'OBJECT_DELETE_CMU' : 9006,
8 'REQUEST_GENERATES_CMU' : 9007,
9 'CLIENT_DISCONNECT_CMU' : 9008,
10 'CLIENT_SET_INTEREST_CMU' : 9009,
11 'OBJECT_SET_ZONE_CMU' : 9010,
12 'CLIENT_HEARTBEAT_CMU' : 9011,
13 'CLIENT_OBJECT_UPDATE_FIELD_TARGETED_CMU' : 9011,
14
15 'CLIENT_OBJECT_UPDATE_FIELD' : 120, # Matches MsgTypes.CLIENT_OBJECT_SET_FIELD
16 }