mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
32 lines
1.1 KiB
C++
32 lines
1.1 KiB
C++
/*
|
|
* This file is generated by Entity Class Compiler, (c) CroTeam 1997-98
|
|
*/
|
|
|
|
#ifndef _EntitiesMP_SummonerMarker_INCLUDED
|
|
#define _EntitiesMP_SummonerMarker_INCLUDED 1
|
|
#include <EntitiesMP/Marker.h>
|
|
extern "C" DECL_DLL CDLLEntityClass CSummonerMarker_DLLClass;
|
|
class CSummonerMarker : public CMarker {
|
|
public:
|
|
virtual const CTString &GetName(void) const { return m_strName; };
|
|
virtual BOOL IsTargetable(void) const { return TRUE; };
|
|
DECL_DLL virtual void SetDefaultProperties(void);
|
|
CTString m_strName;
|
|
CTString m_strDescription;
|
|
RANGE m_fMarkerRange;
|
|
|
|
#line 27 "D:/SE1_GPL/Sources/EntitiesMP/SummonerMarker.es"
|
|
BOOL MovesByTargetedRoute(CTString & strTargetProperty)const;
|
|
|
|
#line 33 "D:/SE1_GPL/Sources/EntitiesMP/SummonerMarker.es"
|
|
BOOL DropsMarker(CTFileName & fnmMarkerClass,CTString & strTargetProperty)const;
|
|
|
|
#line 39 "D:/SE1_GPL/Sources/EntitiesMP/SummonerMarker.es"
|
|
BOOL IsTargetValid(SLONG slPropertyOffset,CEntity * penTarget);
|
|
#define STATE_CSummonerMarker_Main 1
|
|
BOOL
|
|
#line 50 "D:/SE1_GPL/Sources/EntitiesMP/SummonerMarker.es"
|
|
Main(const CEntityEvent &__eeInput);
|
|
};
|
|
#endif // _EntitiesMP_SummonerMarker_INCLUDED
|