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

65 lines
5.0 KiB
C

/*
* This file is generated by Entity Class Compiler, (c) CroTeam 1997-98
*/
#define ENTITYCLASS CLarvaOffspring
CEntityProperty CLarvaOffspring_properties[] = {
CEntityProperty(CEntityProperty::EPT_ENTITYPTR, NULL, (0x00000161<<8)+1, offsetof(CLarvaOffspring, m_penLauncher), "", 0, 0, 0),
CEntityProperty(CEntityProperty::EPT_ENTITYPTR, NULL, (0x00000161<<8)+5, offsetof(CLarvaOffspring, m_penTarget), "", 0, 0, 0),
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x00000161<<8)+11, offsetof(CLarvaOffspring, m_fIgnoreTime), "", 0, 0, 0),
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x00000161<<8)+12, offsetof(CLarvaOffspring, m_fFlyTime), "", 0, 0, 0),
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x00000161<<8)+13, offsetof(CLarvaOffspring, m_fStartTime), "", 0, 0, 0),
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x00000161<<8)+14, offsetof(CLarvaOffspring, m_fDamageAmount), "", 0, 0, 0),
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x00000161<<8)+15, offsetof(CLarvaOffspring, m_fRangeDamageAmount), "", 0, 0, 0),
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x00000161<<8)+16, offsetof(CLarvaOffspring, m_fDamageHotSpotRange), "", 0, 0, 0),
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x00000161<<8)+17, offsetof(CLarvaOffspring, m_fDamageFallOffRange), "", 0, 0, 0),
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x00000161<<8)+18, offsetof(CLarvaOffspring, m_fSoundRange), "", 0, 0, 0),
CEntityProperty(CEntityProperty::EPT_BOOL, NULL, (0x00000161<<8)+19, offsetof(CLarvaOffspring, m_bExplode), "", 0, 0, 0),
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x00000161<<8)+24, offsetof(CLarvaOffspring, m_aRotateSpeed), "", 0, 0, 0),
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x00000161<<8)+25, offsetof(CLarvaOffspring, m_tmExpandBox), "", 0, 0, 0),
CEntityProperty(CEntityProperty::EPT_SOUNDOBJECT, NULL, (0x00000161<<8)+30, offsetof(CLarvaOffspring, m_soEffect), "", 0, 0, 0),
CEntityProperty(CEntityProperty::EPT_BOOL, NULL, (0x00000161<<8)+50, offsetof(CLarvaOffspring, bLockedOn), "", 0, 0, 0),
CEntityProperty(CEntityProperty::EPT_ENTITYPTR, NULL, (0x00000161<<8)+255, offsetof(CLarvaOffspring, m_penPrediction), "", 0, 0, 0),
};
#define CLarvaOffspring_propertiesct ARRAYCOUNT(CLarvaOffspring_properties)
CEntityComponent CLarvaOffspring_components[] = {
#define CLASS_BASIC_EFFECT ((0x00000161<<8)+1)
CEntityComponent(ECT_CLASS, CLASS_BASIC_EFFECT, "EFNM" "Classes\\BasicEffect.ecl"),
#define MODEL_LARVA_TAIL ((0x00000161<<8)+10)
CEntityComponent(ECT_MODEL, MODEL_LARVA_TAIL, "EFNM" "ModelsMP\\Enemies\\ExotechLarva\\Projectile\\TailProjectile.mdl"),
#define TEXTURE_LARVA_TAIL ((0x00000161<<8)+11)
CEntityComponent(ECT_TEXTURE, TEXTURE_LARVA_TAIL, "EFNM" "ModelsMP\\Enemies\\ExotechLarva\\Projectile\\TailProjectile.tex"),
#define SOUND_LARVETTE ((0x00000161<<8)+12)
CEntityComponent(ECT_SOUND, SOUND_LARVETTE, "EFNM" "ModelsMP\\Enemies\\ExotechLarva\\Sounds\\Squeak.wav"),
};
#define CLarvaOffspring_componentsct ARRAYCOUNT(CLarvaOffspring_components)
CEventHandlerEntry CLarvaOffspring_handlers[] = {
{0x01610001, -1, CEntity::pEventHandler(&CLarvaOffspring::
#line 239 "D:/SE1_GPL/Sources/EntitiesMP/LarvaOffspring.es"
LarvaOffspringGuidedSlide),DEBUGSTRING("CLarvaOffspring::LarvaOffspringGuidedSlide")},
{0x01610002, -1, CEntity::pEventHandler(&CLarvaOffspring::H0x01610002_LarvaOffspringGuidedSlide_01), DEBUGSTRING("CLarvaOffspring::H0x01610002_LarvaOffspringGuidedSlide_01")},
{0x01610003, -1, CEntity::pEventHandler(&CLarvaOffspring::H0x01610003_LarvaOffspringGuidedSlide_02), DEBUGSTRING("CLarvaOffspring::H0x01610003_LarvaOffspringGuidedSlide_02")},
{0x01610004, -1, CEntity::pEventHandler(&CLarvaOffspring::H0x01610004_LarvaOffspringGuidedSlide_03), DEBUGSTRING("CLarvaOffspring::H0x01610004_LarvaOffspringGuidedSlide_03")},
{0x01610005, -1, CEntity::pEventHandler(&CLarvaOffspring::H0x01610005_LarvaOffspringGuidedSlide_04), DEBUGSTRING("CLarvaOffspring::H0x01610005_LarvaOffspringGuidedSlide_04")},
{1, -1, CEntity::pEventHandler(&CLarvaOffspring::
#line 326 "D:/SE1_GPL/Sources/EntitiesMP/LarvaOffspring.es"
Main),DEBUGSTRING("CLarvaOffspring::Main")},
{0x01610006, -1, CEntity::pEventHandler(&CLarvaOffspring::H0x01610006_Main_01), DEBUGSTRING("CLarvaOffspring::H0x01610006_Main_01")},
{0x01610007, -1, CEntity::pEventHandler(&CLarvaOffspring::H0x01610007_Main_02), DEBUGSTRING("CLarvaOffspring::H0x01610007_Main_02")},
};
#define CLarvaOffspring_handlersct ARRAYCOUNT(CLarvaOffspring_handlers)
CEntity *CLarvaOffspring_New(void) { return new CLarvaOffspring; };
void CLarvaOffspring_OnInitClass(void) {};
void CLarvaOffspring_OnEndClass(void) {};
void CLarvaOffspring_OnPrecache(CDLLEntityClass *pdec, INDEX iUser) {};
void CLarvaOffspring_OnWorldEnd(CWorld *pwo) {};
void CLarvaOffspring_OnWorldInit(CWorld *pwo) {};
void CLarvaOffspring_OnWorldTick(CWorld *pwo) {};
void CLarvaOffspring_OnWorldRender(CWorld *pwo) {};
ENTITY_CLASSDEFINITION(CLarvaOffspring, CMovableModelEntity, "LarvaOffspring", "", 0x00000161);
DECLARE_CTFILENAME(_fnmCLarvaOffspring_tbn, "");