mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
45 lines
1.5 KiB
C++
45 lines
1.5 KiB
C++
/*
|
|
* This file is generated by Entity Class Compiler, (c) CroTeam 1997-98
|
|
*/
|
|
|
|
#ifndef _EntitiesMP_TacticsHolder_INCLUDED
|
|
#define _EntitiesMP_TacticsHolder_INCLUDED 1
|
|
extern DECL_DLL CEntityPropertyEnumType TacticType_enum;
|
|
enum TacticType {
|
|
TCT_NONE = 0,
|
|
TCT_DAMP_ANGLE_STRIFE = 1,
|
|
TCT_PARALLEL_RANDOM_DISTANCE = 2,
|
|
TCT_STATIC_RANDOM_V_DISTANCE = 3,
|
|
};
|
|
DECL_DLL inline void ClearToDefault(TacticType &e) { e = (TacticType)0; } ;
|
|
extern "C" DECL_DLL CDLLEntityClass CTacticsHolder_DLLClass;
|
|
class CTacticsHolder : 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 TacticType m_tctType;
|
|
FLOAT m_fParam1;
|
|
FLOAT m_fParam2;
|
|
FLOAT m_fParam3;
|
|
FLOAT m_fParam4;
|
|
FLOAT m_fParam5;
|
|
FLOAT m_tmLastActivation;
|
|
|
|
#line 41 "D:/SE1_GPL/Sources/EntitiesMP/TacticsHolder.es"
|
|
const CTString & GetDescription(void)const;
|
|
#define STATE_CTacticsHolder_Main 1
|
|
BOOL
|
|
#line 46 "D:/SE1_GPL/Sources/EntitiesMP/TacticsHolder.es"
|
|
Main(const CEntityEvent &__eeInput);
|
|
BOOL H0x00eb0000_Main_01(const CEntityEvent &__eeInput);
|
|
BOOL H0x00eb0001_Main_02(const CEntityEvent &__eeInput);
|
|
BOOL H0x00eb0002_Main_03(const CEntityEvent &__eeInput);
|
|
BOOL H0x00eb0003_Main_04(const CEntityEvent &__eeInput);
|
|
BOOL H0x00eb0004_Main_05(const CEntityEvent &__eeInput);
|
|
BOOL H0x00eb0005_Main_06(const CEntityEvent &__eeInput);
|
|
};
|
|
#endif // _EntitiesMP_TacticsHolder_INCLUDED
|