mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 18:30:27 +01:00
41 lines
1.4 KiB
C
41 lines
1.4 KiB
C
|
/*
|
||
|
* This file is generated by Entity Class Compiler, (c) CroTeam 1997-98
|
||
|
*/
|
||
|
|
||
|
#ifndef _EntitiesMP_Copier_INCLUDED
|
||
|
#define _EntitiesMP_Copier_INCLUDED 1
|
||
|
#include <EntitiesMP/BasicEffects.h>
|
||
|
extern "C" DECL_DLL CDLLEntityClass CCopier_DLLClass;
|
||
|
class CCopier : public CRationalEntity {
|
||
|
public:
|
||
|
virtual const CTString &GetName(void) const { return m_strName; };
|
||
|
virtual CEntity *GetTarget(void) const { return m_penTarget; };
|
||
|
virtual BOOL IsTargetable(void) const { return TRUE; };
|
||
|
DECL_DLL virtual void SetDefaultProperties(void);
|
||
|
CTString m_strName;
|
||
|
CTString m_strDescription;
|
||
|
CEntityPointer m_penTarget;
|
||
|
BOOL m_bSpawnEffect;
|
||
|
BOOL m_bTelefrag;
|
||
|
|
||
|
#line 33 "D:/SE1_GPL/Sources/EntitiesMP/Copier.es"
|
||
|
const CTString & GetDescription(void)const;
|
||
|
|
||
|
#line 42 "D:/SE1_GPL/Sources/EntitiesMP/Copier.es"
|
||
|
void TeleportEntity();
|
||
|
|
||
|
#line 75 "D:/SE1_GPL/Sources/EntitiesMP/Copier.es"
|
||
|
SLONG GetUsedMemory(void);
|
||
|
#define STATE_CCopier_Main 1
|
||
|
BOOL
|
||
|
#line 90 "D:/SE1_GPL/Sources/EntitiesMP/Copier.es"
|
||
|
Main(const CEntityEvent &__eeInput);
|
||
|
BOOL H0x00e10000_Main_01(const CEntityEvent &__eeInput);
|
||
|
BOOL H0x00e10001_Main_02(const CEntityEvent &__eeInput);
|
||
|
BOOL H0x00e10002_Main_03(const CEntityEvent &__eeInput);
|
||
|
BOOL H0x00e10003_Main_04(const CEntityEvent &__eeInput);
|
||
|
BOOL H0x00e10004_Main_05(const CEntityEvent &__eeInput);
|
||
|
BOOL H0x00e10005_Main_06(const CEntityEvent &__eeInput);
|
||
|
};
|
||
|
#endif // _EntitiesMP_Copier_INCLUDED
|