mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
70 lines
4.0 KiB
C
70 lines
4.0 KiB
C
/*
|
|
* This file is generated by Entity Class Compiler, (c) CroTeam 1997-98
|
|
*/
|
|
|
|
EP_ENUMBEG(BullChar)
|
|
EP_ENUMVALUE(BUC_SUMMER, "Summer"),
|
|
EP_ENUMVALUE(BUC_WINTER, "Winter"),
|
|
EP_ENUMEND(BullChar);
|
|
|
|
#define ENTITYCLASS CWerebull
|
|
|
|
CEntityProperty CWerebull_properties[] = {
|
|
CEntityProperty(CEntityProperty::EPT_BOOL, NULL, (0x00000133<<8)+1, offsetof(CWerebull, m_bRunAttack), "", 0, 0, 0),
|
|
CEntityProperty(CEntityProperty::EPT_BOOL, NULL, (0x00000133<<8)+2, offsetof(CWerebull, m_bHornHit), "", 0, 0, 0),
|
|
CEntityProperty(CEntityProperty::EPT_ENTITYPTR, NULL, (0x00000133<<8)+3, offsetof(CWerebull, m_penLastTouched), "", 0, 0, 0),
|
|
CEntityProperty(CEntityProperty::EPT_SOUNDOBJECT, NULL, (0x00000133<<8)+4, offsetof(CWerebull, m_soFeet), "", 0, 0, 0),
|
|
CEntityProperty(CEntityProperty::EPT_BOOL, NULL, (0x00000133<<8)+5, offsetof(CWerebull, m_bRunSoundPlaying), "", 0, 0, 0),
|
|
};
|
|
#define CWerebull_propertiesct ARRAYCOUNT(CWerebull_properties)
|
|
|
|
CEntityComponent CWerebull_components[] = {
|
|
#define CLASS_BASE ((0x00000133<<8)+0)
|
|
CEntityComponent(ECT_CLASS, CLASS_BASE, "EFNM" "Classes\\EnemyRunInto.ecl"),
|
|
#define MODEL_WEREBULL ((0x00000133<<8)+1)
|
|
CEntityComponent(ECT_MODEL, MODEL_WEREBULL, "EFNM" "Models\\Enemies\\Werebull\\Werebull.mdl"),
|
|
#define TEXTURE_WEREBULL_SUMMER ((0x00000133<<8)+2)
|
|
CEntityComponent(ECT_TEXTURE, TEXTURE_WEREBULL_SUMMER, "EFNM" "Models\\Enemies\\Werebull\\Werebull.tex"),
|
|
#define SOUND_IDLE ((0x00000133<<8)+50)
|
|
CEntityComponent(ECT_SOUND, SOUND_IDLE, "EFNM" "Models\\Enemies\\Werebull\\Sounds\\Idle.wav"),
|
|
#define SOUND_SIGHT ((0x00000133<<8)+51)
|
|
CEntityComponent(ECT_SOUND, SOUND_SIGHT, "EFNM" "Models\\Enemies\\Werebull\\Sounds\\Sight.wav"),
|
|
#define SOUND_KICKHORN ((0x00000133<<8)+53)
|
|
CEntityComponent(ECT_SOUND, SOUND_KICKHORN, "EFNM" "Models\\Enemies\\Werebull\\Sounds\\KickHorn.wav"),
|
|
#define SOUND_IMPACT ((0x00000133<<8)+54)
|
|
CEntityComponent(ECT_SOUND, SOUND_IMPACT, "EFNM" "Models\\Enemies\\Werebull\\Sounds\\Impact.wav"),
|
|
#define SOUND_DEATH ((0x00000133<<8)+55)
|
|
CEntityComponent(ECT_SOUND, SOUND_DEATH, "EFNM" "Models\\Enemies\\Werebull\\Sounds\\Death.wav"),
|
|
#define SOUND_RUN ((0x00000133<<8)+56)
|
|
CEntityComponent(ECT_SOUND, SOUND_RUN, "EFNM" "Models\\Enemies\\Werebull\\Sounds\\Run.wav"),
|
|
};
|
|
#define CWerebull_componentsct ARRAYCOUNT(CWerebull_components)
|
|
|
|
CEventHandlerEntry CWerebull_handlers[] = {
|
|
{0x01330000, STATE_CEnemyBase_Hit, CEntity::pEventHandler(&CWerebull::
|
|
#line 253 "D:/SE1_GPL/Sources/EntitiesMP/Werebull.es"
|
|
Hit),DEBUGSTRING("CWerebull::Hit")},
|
|
{0x01330001, -1, CEntity::pEventHandler(&CWerebull::H0x01330001_Hit_01), DEBUGSTRING("CWerebull::H0x01330001_Hit_01")},
|
|
{0x01330002, -1, CEntity::pEventHandler(&CWerebull::H0x01330002_Hit_02), DEBUGSTRING("CWerebull::H0x01330002_Hit_02")},
|
|
{0x01330003, -1, CEntity::pEventHandler(&CWerebull::H0x01330003_Hit_03), DEBUGSTRING("CWerebull::H0x01330003_Hit_03")},
|
|
{0x01330004, -1, CEntity::pEventHandler(&CWerebull::H0x01330004_Hit_04), DEBUGSTRING("CWerebull::H0x01330004_Hit_04")},
|
|
{0x01330005, -1, CEntity::pEventHandler(&CWerebull::H0x01330005_Hit_05), DEBUGSTRING("CWerebull::H0x01330005_Hit_05")},
|
|
{0x01330006, -1, CEntity::pEventHandler(&CWerebull::H0x01330006_Hit_06), DEBUGSTRING("CWerebull::H0x01330006_Hit_06")},
|
|
{0x01330007, -1, CEntity::pEventHandler(&CWerebull::H0x01330007_Hit_07), DEBUGSTRING("CWerebull::H0x01330007_Hit_07")},
|
|
{1, -1, CEntity::pEventHandler(&CWerebull::
|
|
#line 287 "D:/SE1_GPL/Sources/EntitiesMP/Werebull.es"
|
|
Main),DEBUGSTRING("CWerebull::Main")},
|
|
};
|
|
#define CWerebull_handlersct ARRAYCOUNT(CWerebull_handlers)
|
|
|
|
CEntity *CWerebull_New(void) { return new CWerebull; };
|
|
void CWerebull_OnInitClass(void) {};
|
|
void CWerebull_OnEndClass(void) {};
|
|
void CWerebull_OnPrecache(CDLLEntityClass *pdec, INDEX iUser) {};
|
|
void CWerebull_OnWorldEnd(CWorld *pwo) {};
|
|
void CWerebull_OnWorldInit(CWorld *pwo) {};
|
|
void CWerebull_OnWorldTick(CWorld *pwo) {};
|
|
void CWerebull_OnWorldRender(CWorld *pwo) {};
|
|
ENTITY_CLASSDEFINITION(CWerebull, CEnemyRunInto, "Werebull", "Thumbnails\\Werebull.tbn", 0x00000133);
|
|
DECLARE_CTFILENAME(_fnmCWerebull_tbn, "Thumbnails\\Werebull.tbn");
|