Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Variables
direct.distributed.MsgTypes Namespace Reference

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
 

Detailed Description

MsgTypes module: contains distributed object message types

Variable Documentation

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
Initial value:
1 = [
2 
3  # We mustn't ignore updates, because some updates for localToon
4  # are always important.
5  #CLIENT_OBJECT_UPDATE_FIELD,
6 
7  # These are now handled. If it is a create for a class that is in the
8  # uber zone, we should create it.
9  #CLIENT_CREATE_OBJECT_REQUIRED,
10  #CLIENT_CREATE_OBJECT_REQUIRED_OTHER,
11 
12  ]