mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
27 lines
789 B
C++
27 lines
789 B
C++
/*
|
|
* This file is generated by Entity Class Compiler, (c) CroTeam 1997-98
|
|
*/
|
|
|
|
#ifndef _EntitiesMP_Bouncer_INCLUDED
|
|
#define _EntitiesMP_Bouncer_INCLUDED 1
|
|
extern "C" DECL_DLL CDLLEntityClass CBouncer_DLLClass;
|
|
class CBouncer : public CRationalEntity {
|
|
public:
|
|
virtual const CTString &GetName(void) const { return m_strName; };
|
|
DECL_DLL virtual void SetDefaultProperties(void);
|
|
CTString m_strName;
|
|
CTString m_strDescription;
|
|
FLOAT m_fSpeed;
|
|
ANGLE3D m_aDirection;
|
|
FLOAT m_tmControl;
|
|
BOOL m_bEntrySpeed;
|
|
FLOAT m_fMaxExitSpeed;
|
|
FLOAT m_fNormalComponentMultiplier;
|
|
FLOAT m_fParallelComponentMultiplier;
|
|
#define STATE_CBouncer_Main 1
|
|
BOOL
|
|
#line 51 "D:/SE1_GPL/Sources/EntitiesMP/Bouncer.es"
|
|
Main(const CEntityEvent &__eeInput);
|
|
};
|
|
#endif // _EntitiesMP_Bouncer_INCLUDED
|