Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 1, 2007, 12:01:20 PM (17 years ago)
Author:
rennerc
Message:

ActionboxEnemy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/vs-enhencements/src/world_entities/npcs/actionbox_enemy.h

    r10662 r10667  
    3333    Vector     myCoor;
    3434   
     35    bool       bFire;
     36   
     37    Vector     escapePoint;
     38    bool       onEscape;
     39   
    3540    void attackPlayer( ActionBox* box, float dt );
    3641    void moveTowardsBox( ActionBox* box, float dt );
     42    void moveTowards( Vector targetPos, Vector targetDir, float dt );
    3743};
    3844
Note: See TracChangeset for help on using the changeset viewer.