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

56 lines
1.9 KiB
C++

/*
* This file is generated by Entity Class Compiler, (c) CroTeam 1997-98
*/
#ifndef _EntitiesMP_Counter_INCLUDED
#define _EntitiesMP_Counter_INCLUDED 1
#include <EntitiesMP/ModelHolder2.h>
extern "C" DECL_DLL CDLLEntityClass CCounter_DLLClass;
class CCounter : public CRationalEntity {
public:
virtual const CTString &GetName(void) const { return m_strName; };
virtual BOOL IsTargetable(void) const { return TRUE; };
virtual BOOL IsImportant(void) const { return TRUE; };
DECL_DLL virtual void SetDefaultProperties(void);
FLOAT m_fCountdownSpeed;
CEntityPointer m_penTarget;
FLOAT m_fNumber;
FLOAT m_tmStart;
CTString m_strName;
CSoundObject m_soSound;
INDEX m_iCountFrom;
CEntityPointer m_pen0;
CEntityPointer m_pen1;
CEntityPointer m_pen2;
CEntityPointer m_pen3;
CEntityPointer m_pen4;
CEntityPointer m_pen5;
CEntityPointer m_pen6;
CEntityPointer m_pen7;
CEntityPointer m_pen8;
CEntityPointer m_pen9;
#line 40 "D:/SE1_GPL/Sources/EntitiesMP/Counter.es"
void Precache(void);
#line 46 "D:/SE1_GPL/Sources/EntitiesMP/Counter.es"
void DisplayNumber(void);
#define STATE_CCounter_CountDown 0x00e80000
BOOL
#line 71 "D:/SE1_GPL/Sources/EntitiesMP/Counter.es"
CountDown(const CEntityEvent &__eeInput);
BOOL H0x00e80001_CountDown_01(const CEntityEvent &__eeInput);
BOOL H0x00e80002_CountDown_02(const CEntityEvent &__eeInput);
BOOL H0x00e80003_CountDown_03(const CEntityEvent &__eeInput);
BOOL H0x00e80004_CountDown_04(const CEntityEvent &__eeInput);
#define STATE_CCounter_Main 1
BOOL
#line 91 "D:/SE1_GPL/Sources/EntitiesMP/Counter.es"
Main(const CEntityEvent &__eeInput);
BOOL H0x00e80005_Main_01(const CEntityEvent &__eeInput);
BOOL H0x00e80006_Main_02(const CEntityEvent &__eeInput);
BOOL H0x00e80007_Main_03(const CEntityEvent &__eeInput);
BOOL H0x00e80008_Main_04(const CEntityEvent &__eeInput);
};
#endif // _EntitiesMP_Counter_INCLUDED