This commit is contained in:
parent
bd6fd54608
commit
16c576b885
34 changed files with 288 additions and 49 deletions
|
@ -82,6 +82,7 @@ public:
|
|||
void setWaypointCount( u8 newCount ) {m_npcPath.setWaypointCount( newCount );}
|
||||
virtual void setRespawnRate( s16 newRespawnRate ) {m_respawnRate=newRespawnRate;}
|
||||
virtual void trigger() {}
|
||||
virtual void leftThinkZone(int _frames);
|
||||
|
||||
static NPC_HAZARD_UNIT_TYPE getTypeFromMapEdit( u16 newType );
|
||||
static CNpcHazard *Create(int Type);
|
||||
|
@ -116,6 +117,7 @@ protected:
|
|||
s32 m_heading;
|
||||
CModelGfx *m_modelGfx;
|
||||
s16 m_respawnRate;
|
||||
int m_soundId;
|
||||
|
||||
CThing *m_platform;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue