Panda3D
dcmsgtypes.h
Go to the documentation of this file.
1 /**
2  * PANDA 3D SOFTWARE
3  * Copyright (c) Carnegie Mellon University. All rights reserved.
4  *
5  * All use of this software is subject to the terms of the revised BSD
6  * license. You should have received a copy of this license along
7  * with this source code in a file named "LICENSE."
8  *
9  * @file dcmsgtypes.h
10  * @author drose
11  * @date 2004-05-18
12  */
13 
14 #ifndef DCMSGTYPES_H
15 #define DCMSGTYPES_H
16 
17 // This file defines the server message types used within this module. It
18 // duplicates some symbols defined in MsgTypes.py and AIMsgTypes.py.
19 
20 #define CLIENT_OBJECT_SET_FIELD 120
21 #define CLIENT_ENTER_OBJECT_REQUIRED 142
22 #define CLIENT_ENTER_OBJECT_REQUIRED_OTHER 143
23 
24 #define STATESERVER_CREATE_OBJECT_WITH_REQUIRED 2000
25 #define STATESERVER_CREATE_OBJECT_WITH_REQUIRED_OTHER 2001
26 #define STATESERVER_OBJECT_SET_FIELD 2020
27 
28 #define CLIENT_OBJECT_GENERATE_CMU 9002
29 
30 #endif