mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
34 lines
1.1 KiB
C++
34 lines
1.1 KiB
C++
/*
|
|
* This file is generated by Entity Class Compiler, (c) CroTeam 1997-98
|
|
*/
|
|
|
|
#ifndef _EntitiesMP_Damager_INCLUDED
|
|
#define _EntitiesMP_Damager_INCLUDED 1
|
|
extern "C" DECL_DLL CDLLEntityClass CDamager_DLLClass;
|
|
class CDamager : public CRationalEntity {
|
|
public:
|
|
virtual const CTString &GetName(void) const { return m_strName; };
|
|
virtual BOOL IsTargetable(void) const { return TRUE; };
|
|
DECL_DLL virtual void SetDefaultProperties(void);
|
|
CTString m_strName;
|
|
CTString m_strDescription;
|
|
enum DamageType m_dmtType;
|
|
FLOAT m_fAmmount;
|
|
CEntityPointer m_penToDamage;
|
|
BOOL m_bDamageFromTriggerer;
|
|
CEntityPointer m_penLastDamaged;
|
|
FLOAT m_tmLastDamage;
|
|
|
|
#line 28 "D:/SE1_GPL/Sources/EntitiesMP/Damager.es"
|
|
const CTString & GetDescription(void)const;
|
|
#define STATE_CDamager_Main 1
|
|
BOOL
|
|
#line 33 "D:/SE1_GPL/Sources/EntitiesMP/Damager.es"
|
|
Main(const CEntityEvent &__eeInput);
|
|
BOOL H0x00e50000_Main_01(const CEntityEvent &__eeInput);
|
|
BOOL H0x00e50001_Main_02(const CEntityEvent &__eeInput);
|
|
BOOL H0x00e50002_Main_03(const CEntityEvent &__eeInput);
|
|
BOOL H0x00e50003_Main_04(const CEntityEvent &__eeInput);
|
|
};
|
|
#endif // _EntitiesMP_Damager_INCLUDED
|