mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
66 lines
1.9 KiB
C++
66 lines
1.9 KiB
C++
/*
|
|
* This file is generated by Entity Class Compiler, (c) CroTeam 1997-98
|
|
*/
|
|
|
|
#ifndef _EntitiesMP_KeyItem_INCLUDED
|
|
#define _EntitiesMP_KeyItem_INCLUDED 1
|
|
#include <EntitiesMP/Item.h>
|
|
extern DECL_DLL CEntityPropertyEnumType KeyItemType_enum;
|
|
enum KeyItemType {
|
|
KIT_BOOKOFWISDOM = 0,
|
|
KIT_CROSSWOODEN = 1,
|
|
KIT_CROSSMETAL = 2,
|
|
KIT_CROSSGOLD = 3,
|
|
KIT_JAGUARGOLDDUMMY = 4,
|
|
KIT_HAWKWINGS01DUMMY = 5,
|
|
KIT_HAWKWINGS02DUMMY = 6,
|
|
KIT_HOLYGRAIL = 7,
|
|
KIT_TABLESDUMMY = 8,
|
|
KIT_WINGEDLION = 9,
|
|
KIT_ELEPHANTGOLD = 10,
|
|
KIT_STATUEHEAD01 = 11,
|
|
KIT_STATUEHEAD02 = 12,
|
|
KIT_STATUEHEAD03 = 13,
|
|
KIT_KINGSTATUE = 14,
|
|
KIT_CRYSTALSKULL = 15,
|
|
};
|
|
DECL_DLL inline void ClearToDefault(KeyItemType &e) { e = (KeyItemType)0; } ;
|
|
#define EVENTCODE_EKey 0x03250000
|
|
class DECL_DLL EKey : public CEntityEvent {
|
|
public:
|
|
EKey();
|
|
CEntityEvent *MakeCopy(void);
|
|
enum KeyItemType kitType;
|
|
};
|
|
DECL_DLL inline void ClearToDefault(EKey &e) { e = EKey(); } ;
|
|
extern "C" DECL_DLL CDLLEntityClass CKeyItem_DLLClass;
|
|
class CKeyItem : public CItem {
|
|
public:
|
|
virtual BOOL IsImportant(void) const { return TRUE; };
|
|
DECL_DLL virtual void SetDefaultProperties(void);
|
|
enum KeyItemType m_kitType;
|
|
INDEX m_iSoundComponent;
|
|
FLOAT m_fSize;
|
|
|
|
#line 129 "D:/SE1_GPL/Sources/EntitiesMP/KeyItem.es"
|
|
void Precache(void);
|
|
|
|
#line 133 "D:/SE1_GPL/Sources/EntitiesMP/KeyItem.es"
|
|
BOOL FillEntityStatistics(EntityStats * pes);
|
|
|
|
#line 144 "D:/SE1_GPL/Sources/EntitiesMP/KeyItem.es"
|
|
void RenderParticles(void);
|
|
|
|
#line 179 "D:/SE1_GPL/Sources/EntitiesMP/KeyItem.es"
|
|
void SetProperties(void);
|
|
#define STATE_CKeyItem_ItemCollected 0x03250001
|
|
BOOL
|
|
#line 318 "D:/SE1_GPL/Sources/EntitiesMP/KeyItem.es"
|
|
ItemCollected(const CEntityEvent &__eeInput);
|
|
#define STATE_CKeyItem_Main 1
|
|
BOOL
|
|
#line 336 "D:/SE1_GPL/Sources/EntitiesMP/KeyItem.es"
|
|
Main(const CEntityEvent &__eeInput);
|
|
};
|
|
#endif // _EntitiesMP_KeyItem_INCLUDED
|