Serious-Engine/Sources/EntitiesMP/MovingBrushMarker_tables.h

52 lines
4.1 KiB
C
Raw Normal View History

2016-03-11 14:57:17 +01:00
/*
* This file is generated by Entity Class Compiler, (c) CroTeam 1997-98
*/
#define ENTITYCLASS CMovingBrushMarker
CEntityProperty CMovingBrushMarker_properties[] = {
CEntityProperty(CEntityProperty::EPT_BOOL, NULL, (0x00000066<<8)+1, offsetof(CMovingBrushMarker, m_bInverseRotate), "Inverse Rotate", 'R', 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x00000066<<8)+2, offsetof(CMovingBrushMarker, m_fSpeed), "Speed", 'S', 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x00000066<<8)+3, offsetof(CMovingBrushMarker, m_fWaitTime), "Wait time", 'W', 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_BOOL, NULL, (0x00000066<<8)+4, offsetof(CMovingBrushMarker, m_bStopMoving), "Stop moving", 'O', 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_ENUM, &BoolEType_enum, (0x00000066<<8)+6, offsetof(CMovingBrushMarker, m_betMoveOnTouch), "Move on touch", 'M', 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x00000066<<8)+7, offsetof(CMovingBrushMarker, m_fBlockDamage), "Block damage", 'D', 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x00000066<<8)+8, offsetof(CMovingBrushMarker, m_tmBankingRotation), "Banking rotation speed", 0, 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_BOOL, NULL, (0x00000066<<8)+9, offsetof(CMovingBrushMarker, m_bBankingClockwise), "Banking rotation clockwise", 0, 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_BOOL, NULL, (0x00000066<<8)+14, offsetof(CMovingBrushMarker, m_bNoRotation), "Don't use marker orientation", 0, 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_ENUM, &EventEType_enum, (0x00000066<<8)+10, offsetof(CMovingBrushMarker, m_eetMarkerEvent), "Marker Event - Type", 'J', 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_ENTITYPTR, NULL, (0x00000066<<8)+11, offsetof(CMovingBrushMarker, m_penMarkerEvent), "Marker Event - Target", 'K', 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_ENUM, &EventEType_enum, (0x00000066<<8)+16, offsetof(CMovingBrushMarker, m_eetTouchEvent), "Touch Event - Type", 'U', 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_ENTITYPTR, NULL, (0x00000066<<8)+17, offsetof(CMovingBrushMarker, m_penTouchEvent), "Touch Event - Target", 'I', 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_ENTITYPTR, NULL, (0x00000066<<8)+20, offsetof(CMovingBrushMarker, m_penSoundStart), "Sound start entity", 'Q', 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_ENTITYPTR, NULL, (0x00000066<<8)+21, offsetof(CMovingBrushMarker, m_penSoundStop), "Sound stop entity", 'Z', 0x7F0000FFUL, 0),
CEntityProperty(CEntityProperty::EPT_ENTITYPTR, NULL, (0x00000066<<8)+22, offsetof(CMovingBrushMarker, m_penSoundFollow), "Sound follow entity", 'F', 0x7F0000FFUL, 0),
};
#define CMovingBrushMarker_propertiesct ARRAYCOUNT(CMovingBrushMarker_properties)
CEntityComponent CMovingBrushMarker_components[] = {
#define MODEL_MARKER ((0x00000066<<8)+1)
CEntityComponent(ECT_MODEL, MODEL_MARKER, "EFNM" "Models\\Editor\\MovingBrushMarker.mdl"),
#define TEXTURE_MARKER ((0x00000066<<8)+2)
CEntityComponent(ECT_TEXTURE, TEXTURE_MARKER, "EFNM" "Models\\Editor\\GravityMarker.tex"),
};
#define CMovingBrushMarker_componentsct ARRAYCOUNT(CMovingBrushMarker_components)
CEventHandlerEntry CMovingBrushMarker_handlers[] = {
{1, -1, CEntity::pEventHandler(&CMovingBrushMarker::
#line 66 "D:/SE1_GPL/Sources/EntitiesMP/MovingBrushMarker.es"
Main),DEBUGSTRING("CMovingBrushMarker::Main")},
};
#define CMovingBrushMarker_handlersct ARRAYCOUNT(CMovingBrushMarker_handlers)
CEntity *CMovingBrushMarker_New(void) { return new CMovingBrushMarker; };
void CMovingBrushMarker_OnInitClass(void) {};
void CMovingBrushMarker_OnEndClass(void) {};
void CMovingBrushMarker_OnPrecache(CDLLEntityClass *pdec, INDEX iUser) {};
void CMovingBrushMarker_OnWorldEnd(CWorld *pwo) {};
void CMovingBrushMarker_OnWorldInit(CWorld *pwo) {};
void CMovingBrushMarker_OnWorldTick(CWorld *pwo) {};
void CMovingBrushMarker_OnWorldRender(CWorld *pwo) {};
ENTITY_CLASSDEFINITION(CMovingBrushMarker, CMarker, "Moving Brush Marker", "Thumbnails\\MovingBrushMarker.tbn", 0x00000066);
DECLARE_CTFILENAME(_fnmCMovingBrushMarker_tbn, "Thumbnails\\MovingBrushMarker.tbn");