mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 18:30:27 +01:00
48 lines
1.5 KiB
C
48 lines
1.5 KiB
C
|
/*
|
||
|
* This file is generated by Entity Class Compiler, (c) CroTeam 1997-98
|
||
|
*/
|
||
|
|
||
|
#ifndef _EntitiesMP_Spinner_INCLUDED
|
||
|
#define _EntitiesMP_Spinner_INCLUDED 1
|
||
|
#include <EntitiesMP/Twister.h>
|
||
|
#define EVENTCODE_ESpinnerInit 0x015c0000
|
||
|
class DECL_DLL ESpinnerInit : public CEntityEvent {
|
||
|
public:
|
||
|
ESpinnerInit();
|
||
|
CEntityEvent *MakeCopy(void);
|
||
|
CEntityPointer penParent;
|
||
|
CEntityPointer penTwister;
|
||
|
FLOAT3D vRotationAngle;
|
||
|
FLOAT tmSpinTime;
|
||
|
FLOAT fUpSpeed;
|
||
|
BOOL bImpulse;
|
||
|
FLOAT tmImpulseDuration;
|
||
|
};
|
||
|
DECL_DLL inline void ClearToDefault(ESpinnerInit &e) { e = ESpinnerInit(); } ;
|
||
|
extern "C" DECL_DLL CDLLEntityClass CSpinner_DLLClass;
|
||
|
class DECL_DLL CSpinner : public CRationalEntity {
|
||
|
public:
|
||
|
virtual void SetDefaultProperties(void);
|
||
|
CEntityPointer m_penParent;
|
||
|
FLOAT3D m_aSpinRotation;
|
||
|
FLOAT3D m_vSpeed;
|
||
|
FLOAT m_tmExpire;
|
||
|
FLOAT3D m_vLastSpeed;
|
||
|
BOOL m_bImpulse;
|
||
|
FLOAT m_tmWaitAfterImpulse;
|
||
|
FLOAT m_tmSpawn;
|
||
|
FLOAT3D m_vSpinSpeed;
|
||
|
#define STATE_CSpinner_Main 1
|
||
|
BOOL
|
||
|
#line 41 "D:/SE1_GPL/Sources/EntitiesMP/Spinner.es"
|
||
|
Main(const CEntityEvent &__eeInput);
|
||
|
BOOL H0x015c0001_Main_01(const CEntityEvent &__eeInput);
|
||
|
BOOL H0x015c0002_Main_02(const CEntityEvent &__eeInput);
|
||
|
BOOL H0x015c0003_Main_03(const CEntityEvent &__eeInput);
|
||
|
BOOL H0x015c0004_Main_04(const CEntityEvent &__eeInput);
|
||
|
BOOL H0x015c0005_Main_05(const CEntityEvent &__eeInput);
|
||
|
BOOL H0x015c0006_Main_06(const CEntityEvent &__eeInput);
|
||
|
BOOL H0x015c0007_Main_07(const CEntityEvent &__eeInput);
|
||
|
};
|
||
|
#endif // _EntitiesMP_Spinner_INCLUDED
|