mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
45 lines
2.6 KiB
C
45 lines
2.6 KiB
C
/*
|
|
* This file is generated by Entity Class Compiler, (c) CroTeam 1997-98
|
|
*/
|
|
|
|
#define ENTITYCLASS CPendulum
|
|
|
|
CEntityProperty CPendulum_properties[] = {
|
|
CEntityProperty(CEntityProperty::EPT_STRING, NULL, (0x0000006a<<8)+1, offsetof(CPendulum, m_strName), "Name", 'N', 0x7F0000FFUL, 0),
|
|
CEntityProperty(CEntityProperty::EPT_BOOL, NULL, (0x0000006a<<8)+2, offsetof(CPendulum, m_bDynamicShadows), "Dynamic shadows", 0, 0x7F0000FFUL, 0),
|
|
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x0000006a<<8)+3, offsetof(CPendulum, m_fMaxAngle), "Maximum angle", 0, 0x7F0000FFUL, 0),
|
|
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x0000006a<<8)+5, offsetof(CPendulum, m_fSpeed), "", 0, 0, 0),
|
|
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x0000006a<<8)+6, offsetof(CPendulum, m_fDampFactor), "Damp factor", 0, 0x7F0000FFUL, 0),
|
|
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x0000006a<<8)+7, offsetof(CPendulum, m_fPendulumFactor), "Pendulum factor", 0, 0x7F0000FFUL, 0),
|
|
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x0000006a<<8)+8, offsetof(CPendulum, m_fImpulseFactor), "Damage impulse factor", 0, 0x7F0000FFUL, 0),
|
|
CEntityProperty(CEntityProperty::EPT_FLOAT, NULL, (0x0000006a<<8)+9, offsetof(CPendulum, m_fTriggerImpulse), "Impulse on trigger", 0, 0x7F0000FFUL, 0),
|
|
CEntityProperty(CEntityProperty::EPT_BOOL, NULL, (0x0000006a<<8)+10, offsetof(CPendulum, m_bActive), "Active", 'A', 0x7F0000FFUL, 0),
|
|
};
|
|
#define CPendulum_propertiesct ARRAYCOUNT(CPendulum_properties)
|
|
|
|
CEntityComponent CPendulum_components[] = {
|
|
CEntityComponent()
|
|
};
|
|
#define CPendulum_componentsct 0
|
|
|
|
|
|
CEventHandlerEntry CPendulum_handlers[] = {
|
|
{1, -1, CEntity::pEventHandler(&CPendulum::
|
|
#line 71 "D:/SE1_GPL/Sources/EntitiesMP/Pendulum.es"
|
|
Main),DEBUGSTRING("CPendulum::Main")},
|
|
{0x006a0000, -1, CEntity::pEventHandler(&CPendulum::H0x006a0000_Main_01), DEBUGSTRING("CPendulum::H0x006a0000_Main_01")},
|
|
{0x006a0001, -1, CEntity::pEventHandler(&CPendulum::H0x006a0001_Main_02), DEBUGSTRING("CPendulum::H0x006a0001_Main_02")},
|
|
};
|
|
#define CPendulum_handlersct ARRAYCOUNT(CPendulum_handlers)
|
|
|
|
CEntity *CPendulum_New(void) { return new CPendulum; };
|
|
void CPendulum_OnInitClass(void) {};
|
|
void CPendulum_OnEndClass(void) {};
|
|
void CPendulum_OnPrecache(CDLLEntityClass *pdec, INDEX iUser) {};
|
|
void CPendulum_OnWorldEnd(CWorld *pwo) {};
|
|
void CPendulum_OnWorldInit(CWorld *pwo) {};
|
|
void CPendulum_OnWorldTick(CWorld *pwo) {};
|
|
void CPendulum_OnWorldRender(CWorld *pwo) {};
|
|
ENTITY_CLASSDEFINITION(CPendulum, CMovableBrushEntity, "Pendulum", "Thumbnails\\Pendulum.tbn", 0x0000006a);
|
|
DECLARE_CTFILENAME(_fnmCPendulum_tbn, "Thumbnails\\Pendulum.tbn");
|