mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
46 lines
2.9 KiB
C
46 lines
2.9 KiB
C
/*
|
|
* This file is generated by Entity Class Compiler, (c) CroTeam 1997-98
|
|
*/
|
|
|
|
#define ENTITYCLASS CEnemyMarker
|
|
|
|
CEntityProperty CEnemyMarker_properties[] = {
|
|
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x0000012e<<8)+1, offsetof(CEnemyMarker, m_fWaitTime), "", 0, 0, 0),
|
|
CEntityProperty(CEntityProperty::EPT_RANGE, NULL, (0x0000012e<<8)+3, offsetof(CEnemyMarker, m_fMarkerRange), "Marker Range", 'M', 0x7F0000FFUL, 0),
|
|
CEntityProperty(CEntityProperty::EPT_RANGE, NULL, (0x0000012e<<8)+11, offsetof(CEnemyMarker, m_fPatrolAreaInner), "Patrol Area Inner", 'R', 0x7F0000FFUL, 0),
|
|
CEntityProperty(CEntityProperty::EPT_RANGE, NULL, (0x0000012e<<8)+12, offsetof(CEnemyMarker, m_fPatrolAreaOuter), "Patrol Area Outer", 'E', 0x7F0000FFUL, 0),
|
|
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x0000012e<<8)+13, offsetof(CEnemyMarker, m_fPatrolTime), "Patrol Time", 'P', 0x7F0000FFUL, 0),
|
|
CEntityProperty(CEntityProperty::EPT_ENUM, &BoolEType_enum, (0x0000012e<<8)+14, offsetof(CEnemyMarker, m_betRunToMarker), "Run to marker", 'O', 0x7F0000FFUL, 0),
|
|
CEntityProperty(CEntityProperty::EPT_ENUM, &BoolEType_enum, (0x0000012e<<8)+15, offsetof(CEnemyMarker, m_betFly), "Fly", 'F', 0x7F0000FFUL, 0),
|
|
CEntityProperty(CEntityProperty::EPT_ENUM, &BoolEType_enum, (0x0000012e<<8)+16, offsetof(CEnemyMarker, m_betBlind), "Blind", 'B', 0x7F0000FFUL, 0),
|
|
CEntityProperty(CEntityProperty::EPT_ENUM, &BoolEType_enum, (0x0000012e<<8)+17, offsetof(CEnemyMarker, m_betDeaf), "Deaf", 'D', 0x7F0000FFUL, 0),
|
|
CEntityProperty(CEntityProperty::EPT_BOOL, NULL, (0x0000012e<<8)+18, offsetof(CEnemyMarker, m_bStartTactics), "Start Tactics", 0, 0x7F0000FFUL, 0),
|
|
};
|
|
#define CEnemyMarker_propertiesct ARRAYCOUNT(CEnemyMarker_properties)
|
|
|
|
CEntityComponent CEnemyMarker_components[] = {
|
|
#define MODEL_MARKER ((0x0000012e<<8)+1)
|
|
CEntityComponent(ECT_MODEL, MODEL_MARKER, "EFNM" "Models\\Editor\\EnemyMarker.mdl"),
|
|
#define TEXTURE_MARKER ((0x0000012e<<8)+2)
|
|
CEntityComponent(ECT_TEXTURE, TEXTURE_MARKER, "EFNM" "Models\\Editor\\EnemyMarker.tex"),
|
|
};
|
|
#define CEnemyMarker_componentsct ARRAYCOUNT(CEnemyMarker_components)
|
|
|
|
CEventHandlerEntry CEnemyMarker_handlers[] = {
|
|
{1, -1, CEntity::pEventHandler(&CEnemyMarker::
|
|
#line 57 "D:/SE1_GPL/Sources/EntitiesMP/EnemyMarker.es"
|
|
Main),DEBUGSTRING("CEnemyMarker::Main")},
|
|
};
|
|
#define CEnemyMarker_handlersct ARRAYCOUNT(CEnemyMarker_handlers)
|
|
|
|
CEntity *CEnemyMarker_New(void) { return new CEnemyMarker; };
|
|
void CEnemyMarker_OnInitClass(void) {};
|
|
void CEnemyMarker_OnEndClass(void) {};
|
|
void CEnemyMarker_OnPrecache(CDLLEntityClass *pdec, INDEX iUser) {};
|
|
void CEnemyMarker_OnWorldEnd(CWorld *pwo) {};
|
|
void CEnemyMarker_OnWorldInit(CWorld *pwo) {};
|
|
void CEnemyMarker_OnWorldTick(CWorld *pwo) {};
|
|
void CEnemyMarker_OnWorldRender(CWorld *pwo) {};
|
|
ENTITY_CLASSDEFINITION(CEnemyMarker, CMarker, "Enemy Marker", "Thumbnails\\EnemyMarker.tbn", 0x0000012e);
|
|
DECLARE_CTFILENAME(_fnmCEnemyMarker_tbn, "Thumbnails\\EnemyMarker.tbn");
|