00001 // ----------------------------------------------------------------------- // 00002 // 00003 // MODULE : server_events.h 00004 // 00005 // PURPOSE : Definition of standard Server Events for use with IStateMgr 00006 // 00007 // CREATED : 04/07/01 00008 // 00009 // (c) 2001 LithTech, Inc. All Rights Reserved 00010 // 00011 // ----------------------------------------------------------------------- // 00012 00013 #ifndef __SERVER_EVENTS_H__ 00014 #define __SERVER_EVENTS_H__ 00015 00016 const uint8 SRVR_EVENT_ENGINE_INIT = 0; 00017 const uint8 SRVR_EVENT_PHYSICS_UPDATE = 1; 00018 const uint8 SRVR_EVENT_UPDATE = 2; 00019 const uint8 SRVR_EVENT_ENGINE_TERM = 3; 00020 const uint8 SRVR_EVENT_PRE_START_WORLD = 4; 00021 const uint8 SRVR_EVENT_POST_START_WORLD = 5; 00022 const uint8 SRVR_EVENT_OBJ_CREATED = 6; 00023 00024 #endif // __SERVER_EVENTS_H__