/* * This file is generated by Entity Class Compiler, (c) CroTeam 1997-98 */ #define ENTITYCLASS CEnvironmentMarker CEntityProperty CEnvironmentMarker_properties[] = { CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x00000385<<8)+1, offsetof(CEnvironmentMarker, m_fWaitTime), "Wait time", 'W', 0x7F0000FFUL, 0), CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x00000385<<8)+2, offsetof(CEnvironmentMarker, m_fRandomTime), "Random time", 'E', 0x7F0000FFUL, 0), CEntityProperty(CEntityProperty::EPT_RANGE, NULL, (0x00000385<<8)+3, offsetof(CEnvironmentMarker, m_fMarkerRange), "Marker range", 'R', 0x7F0000FFUL, 0), CEntityProperty(CEntityProperty::EPT_BOOL, NULL, (0x00000385<<8)+4, offsetof(CEnvironmentMarker, m_bFixedAnimLength), "Fixed anim length", 'F', 0x7F0000FFUL, 0), CEntityProperty(CEntityProperty::EPT_BOOL, NULL, (0x00000385<<8)+5, offsetof(CEnvironmentMarker, m_bChangeDefaultAnim), "Change default anim", 'C', 0x7F0000FFUL, 0), CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x00000385<<8)+6, offsetof(CEnvironmentMarker, m_fMoveSpeed), "Move speed", 'V', 0x7F0000FFUL, 0), CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x00000385<<8)+7, offsetof(CEnvironmentMarker, m_fRotateSpeed), "Rotate speed", 'B', 0x7F0000FFUL, 0), CEntityProperty(CEntityProperty::EPT_FILENAME, NULL, (0x00000385<<8)+20, offsetof(CEnvironmentMarker, m_fnMdl), "Model", 'M', 0x7F0000FFUL, 0), CEntityProperty(CEntityProperty::EPT_ANIMATION, NULL, (0x00000385<<8)+21, offsetof(CEnvironmentMarker, m_iAnim), "Animation", 'A', 0x7F0000FFUL, 0), CEntityProperty(CEntityProperty::EPT_MODELOBJECT, NULL, (0x00000385<<8)+22, offsetof(CEnvironmentMarker, m_moAnimData), "", 0, 0, 0), }; #define CEnvironmentMarker_propertiesct ARRAYCOUNT(CEnvironmentMarker_properties) CEntityComponent CEnvironmentMarker_components[] = { #define MODEL_MARKER ((0x00000385<<8)+1) CEntityComponent(ECT_MODEL, MODEL_MARKER, "EFNM" "Models\\Editor\\EnvironmentMarker.mdl"), #define TEXTURE_MARKER ((0x00000385<<8)+2) CEntityComponent(ECT_TEXTURE, TEXTURE_MARKER, "EFNM" "Models\\Editor\\EnvironmentMarker.tex"), }; #define CEnvironmentMarker_componentsct ARRAYCOUNT(CEnvironmentMarker_components) CEventHandlerEntry CEnvironmentMarker_handlers[] = { {1, -1, CEntity::pEventHandler(&CEnvironmentMarker:: #line 79 "D:/SE1_GPL/Sources/EntitiesMP/EnvironmentMarker.es" Main),DEBUGSTRING("CEnvironmentMarker::Main")}, }; #define CEnvironmentMarker_handlersct ARRAYCOUNT(CEnvironmentMarker_handlers) CEntity *CEnvironmentMarker_New(void) { return new CEnvironmentMarker; }; void CEnvironmentMarker_OnInitClass(void) {}; void CEnvironmentMarker_OnEndClass(void) {}; void CEnvironmentMarker_OnPrecache(CDLLEntityClass *pdec, INDEX iUser) {}; void CEnvironmentMarker_OnWorldEnd(CWorld *pwo) {}; void CEnvironmentMarker_OnWorldInit(CWorld *pwo) {}; void CEnvironmentMarker_OnWorldTick(CWorld *pwo) {}; void CEnvironmentMarker_OnWorldRender(CWorld *pwo) {}; ENTITY_CLASSDEFINITION(CEnvironmentMarker, CMarker, "Environment Marker", "Thumbnails\\EnvironmentMarker.tbn", 0x00000385); DECLARE_CTFILENAME(_fnmCEnvironmentMarker_tbn, "Thumbnails\\EnvironmentMarker.tbn");