Serious-Engine/Sources/EntitiesMP/HazeMarker_tables.h
2016-03-11 15:57:17 +02:00

49 lines
3.2 KiB
C

/*
* This file is generated by Entity Class Compiler, (c) CroTeam 1997-98
*/
#define ENTITYCLASS CHazeMarker
CEntityProperty CHazeMarker_properties[] = {
CEntityProperty(CEntityProperty::EPT_ENUM, &FogAttenuationType_enum, (0x000000d8<<8)+10, offsetof(CHazeMarker, m_faType), "Attenuation Type", 'A', 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x000000d8<<8)+11, offsetof(CHazeMarker, m_fDensity), "Density", 'D', 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x000000d8<<8)+12, offsetof(CHazeMarker, m_fNear), "Near", 0, 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x000000d8<<8)+13, offsetof(CHazeMarker, m_fFar), "Far", 0, 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_BOOL, NULL, (0x000000d8<<8)+14, offsetof(CHazeMarker, m_bVisibleFromOutside), "Visible from outside", 0, 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_INDEX, NULL, (0x000000d8<<8)+22, offsetof(CHazeMarker, m_iSize), "Size", 0, 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_COLOR, NULL, (0x000000d8<<8)+23, offsetof(CHazeMarker, m_colBase), "Base Color", 'C', 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_COLOR, NULL, (0x000000d8<<8)+24, offsetof(CHazeMarker, m_colUp), "Color (up)", 0, 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_COLOR, NULL, (0x000000d8<<8)+25, offsetof(CHazeMarker, m_colDown), "Color (down)", 0, 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_COLOR, NULL, (0x000000d8<<8)+26, offsetof(CHazeMarker, m_colNorth), "Color (north)", 0, 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_COLOR, NULL, (0x000000d8<<8)+27, offsetof(CHazeMarker, m_colSouth), "Color (south)", 0, 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_COLOR, NULL, (0x000000d8<<8)+28, offsetof(CHazeMarker, m_colEast), "Color (east)", 0, 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_COLOR, NULL, (0x000000d8<<8)+29, offsetof(CHazeMarker, m_colWest), "Color (west)", 0, 0x7F0000FFUL, 0),
};
#define CHazeMarker_propertiesct ARRAYCOUNT(CHazeMarker_properties)
CEntityComponent CHazeMarker_components[] = {
#define MODEL_MARKER ((0x000000d8<<8)+1)
CEntityComponent(ECT_MODEL, MODEL_MARKER, "EFNM" "Models\\Editor\\Haze.mdl"),
#define TEXTURE_MARKER ((0x000000d8<<8)+2)
CEntityComponent(ECT_TEXTURE, TEXTURE_MARKER, "EFNM" "Models\\Editor\\Haze.tex"),
};
#define CHazeMarker_componentsct ARRAYCOUNT(CHazeMarker_components)
CEventHandlerEntry CHazeMarker_handlers[] = {
{1, -1, CEntity::pEventHandler(&CHazeMarker::
#line 102 "D:/SE1_GPL/Sources/EntitiesMP/HazeMarker.es"
Main),DEBUGSTRING("CHazeMarker::Main")},
};
#define CHazeMarker_handlersct ARRAYCOUNT(CHazeMarker_handlers)
CEntity *CHazeMarker_New(void) { return new CHazeMarker; };
void CHazeMarker_OnInitClass(void) {};
void CHazeMarker_OnEndClass(void) {};
void CHazeMarker_OnPrecache(CDLLEntityClass *pdec, INDEX iUser) {};
void CHazeMarker_OnWorldEnd(CWorld *pwo) {};
void CHazeMarker_OnWorldInit(CWorld *pwo) {};
void CHazeMarker_OnWorldTick(CWorld *pwo) {};
void CHazeMarker_OnWorldRender(CWorld *pwo) {};
ENTITY_CLASSDEFINITION(CHazeMarker, CMarker, "Haze Marker", "Thumbnails\\HazeMarker.tbn", 0x000000d8);
DECLARE_CTFILENAME(_fnmCHazeMarker_tbn, "Thumbnails\\HazeMarker.tbn");