This commit is contained in:
parent
1cb38b14cc
commit
b6e036bf51
62 changed files with 134 additions and 149 deletions
|
@ -21,17 +21,17 @@
|
|||
class CNpcGaryFriend : public CNpcFriend
|
||||
{
|
||||
public:
|
||||
virtual void postInit();
|
||||
virtual void shutdown();
|
||||
virtual void think( int _frames );
|
||||
virtual void setupWaypoints( sThingActor *ThisActor );
|
||||
void postInit();
|
||||
void shutdown();
|
||||
void think( int _frames );
|
||||
void setupWaypoints( sThingActor *ThisActor );
|
||||
bool alwaysThink() {return(true);}
|
||||
DVECTOR const &getTriggerPos() {return( m_triggerPos );}
|
||||
void start();
|
||||
void stop();
|
||||
void startLeft();
|
||||
void startRight();
|
||||
virtual void render();
|
||||
void render();
|
||||
|
||||
protected:
|
||||
DVECTOR m_triggerPos;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue