mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 18:30:27 +01:00
92 lines
4.0 KiB
C++
92 lines
4.0 KiB
C++
/*
|
|
* This file is generated by Entity Class Compiler, (c) CroTeam 1997-98
|
|
*/
|
|
|
|
#line 4 "D:/SE1_GPL/Sources/EntitiesMP/TacticsHolder.es"
|
|
|
|
#include "StdH.h"
|
|
|
|
#include <EntitiesMP/TacticsHolder.h>
|
|
#include <EntitiesMP/TacticsHolder_tables.h>
|
|
void CTacticsHolder::SetDefaultProperties(void) {
|
|
m_strName = "TacticsHolder";
|
|
m_strDescription = "";
|
|
m_tctType = TCT_NONE ;
|
|
m_fParam1 = 0.0f;
|
|
m_fParam2 = 0.0f;
|
|
m_fParam3 = 0.0f;
|
|
m_fParam4 = 0.0f;
|
|
m_fParam5 = 0.0f;
|
|
m_tmLastActivation = 0.0f;
|
|
CRationalEntity::SetDefaultProperties();
|
|
}
|
|
|
|
#line 41 "D:/SE1_GPL/Sources/EntitiesMP/TacticsHolder.es"
|
|
const CTString & CTacticsHolder::GetDescription(void)const {
|
|
#line 42 "D:/SE1_GPL/Sources/EntitiesMP/TacticsHolder.es"
|
|
return m_strDescription ;
|
|
#line 43 "D:/SE1_GPL/Sources/EntitiesMP/TacticsHolder.es"
|
|
}
|
|
BOOL CTacticsHolder::
|
|
#line 46 "D:/SE1_GPL/Sources/EntitiesMP/TacticsHolder.es"
|
|
Main(const CEntityEvent &__eeInput) {
|
|
#undef STATE_CURRENT
|
|
#define STATE_CURRENT STATE_CTacticsHolder_Main
|
|
ASSERTMSG(__eeInput.ee_slEvent==EVENTCODE_EVoid, "CTacticsHolder::Main expects 'EVoid' as input!"); const EVoid &e = (const EVoid &)__eeInput;
|
|
#line 48 "D:/SE1_GPL/Sources/EntitiesMP/TacticsHolder.es"
|
|
InitAsEditorModel ();
|
|
#line 49 "D:/SE1_GPL/Sources/EntitiesMP/TacticsHolder.es"
|
|
SetPhysicsFlags (EPF_MODEL_IMMATERIAL );
|
|
#line 50 "D:/SE1_GPL/Sources/EntitiesMP/TacticsHolder.es"
|
|
SetCollisionFlags (ECF_IMMATERIAL );
|
|
#line 53 "D:/SE1_GPL/Sources/EntitiesMP/TacticsHolder.es"
|
|
SetModel (MODEL_MANAGER );
|
|
#line 54 "D:/SE1_GPL/Sources/EntitiesMP/TacticsHolder.es"
|
|
SetModelMainTexture (TEXTURE_MANAGER );
|
|
#line 56 "D:/SE1_GPL/Sources/EntitiesMP/TacticsHolder.es"
|
|
Jump(STATE_CURRENT,0x00eb0004, FALSE, EInternal());return TRUE;}BOOL CTacticsHolder::H0x00eb0004_Main_05(const CEntityEvent &__eeInput){
|
|
ASSERT(__eeInput.ee_slEvent==EVENTCODE_EInternal);
|
|
#undef STATE_CURRENT
|
|
#define STATE_CURRENT 0x00eb0004
|
|
if(!(TRUE )){ Jump(STATE_CURRENT,0x00eb0005, FALSE, EInternal());return TRUE;}
|
|
#line 57 "D:/SE1_GPL/Sources/EntitiesMP/TacticsHolder.es"
|
|
SetTimerAt(THINKTIME_NEVER);
|
|
Jump(STATE_CURRENT, 0x00eb0000, FALSE, EBegin());return TRUE;}BOOL CTacticsHolder::H0x00eb0000_Main_01(const CEntityEvent &__eeInput) {
|
|
#undef STATE_CURRENT
|
|
#define STATE_CURRENT 0x00eb0000
|
|
switch(__eeInput.ee_slEvent)
|
|
#line 58 "D:/SE1_GPL/Sources/EntitiesMP/TacticsHolder.es"
|
|
{case(EVENTCODE_ETrigger):{const ETrigger&e= (ETrigger&)__eeInput;
|
|
|
|
#line 60 "D:/SE1_GPL/Sources/EntitiesMP/TacticsHolder.es"
|
|
m_tmLastActivation = _pTimer -> CurrentTick ();
|
|
#line 61 "D:/SE1_GPL/Sources/EntitiesMP/TacticsHolder.es"
|
|
UnsetTimer();Jump(STATE_CURRENT,0x00eb0001, FALSE, EInternal());return TRUE;
|
|
#line 62 "D:/SE1_GPL/Sources/EntitiesMP/TacticsHolder.es"
|
|
}ASSERT(FALSE);break;default:{
|
|
#line 64 "D:/SE1_GPL/Sources/EntitiesMP/TacticsHolder.es"
|
|
return TRUE;
|
|
#line 65 "D:/SE1_GPL/Sources/EntitiesMP/TacticsHolder.es"
|
|
}ASSERT(FALSE);break;
|
|
#line 66 "D:/SE1_GPL/Sources/EntitiesMP/TacticsHolder.es"
|
|
}return TRUE;}BOOL CTacticsHolder::H0x00eb0001_Main_02(const CEntityEvent &__eeInput){
|
|
ASSERT(__eeInput.ee_slEvent==EVENTCODE_EInternal);
|
|
#undef STATE_CURRENT
|
|
#define STATE_CURRENT 0x00eb0001
|
|
;
|
|
#line 69 "D:/SE1_GPL/Sources/EntitiesMP/TacticsHolder.es"
|
|
SetTimerAfter(0.1f);
|
|
Jump(STATE_CURRENT, 0x00eb0002, FALSE, EBegin());return TRUE;}BOOL CTacticsHolder::H0x00eb0002_Main_03(const CEntityEvent &__eeInput) {
|
|
#undef STATE_CURRENT
|
|
#define STATE_CURRENT 0x00eb0002
|
|
switch(__eeInput.ee_slEvent) {case EVENTCODE_EBegin: return TRUE;case EVENTCODE_ETimer: Jump(STATE_CURRENT,0x00eb0003, FALSE, EInternal()); return TRUE;default: return FALSE; }}BOOL CTacticsHolder::H0x00eb0003_Main_04(const CEntityEvent &__eeInput){
|
|
ASSERT(__eeInput.ee_slEvent==EVENTCODE_EInternal);
|
|
#undef STATE_CURRENT
|
|
#define STATE_CURRENT 0x00eb0003
|
|
;Jump(STATE_CURRENT,0x00eb0004, FALSE, EInternal());return TRUE;
|
|
#line 70 "D:/SE1_GPL/Sources/EntitiesMP/TacticsHolder.es"
|
|
}BOOL CTacticsHolder::H0x00eb0005_Main_06(const CEntityEvent &__eeInput) {
|
|
ASSERT(__eeInput.ee_slEvent==EVENTCODE_EInternal);
|
|
#undef STATE_CURRENT
|
|
#define STATE_CURRENT 0x00eb0005
|
|
ASSERT(FALSE); return TRUE;}; |