Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 19, 2007, 11:59:25 PM (18 years ago)
Author:
rennerc
Message:

actionboxenemy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/npcs/actionbox_enemy.h

    r10712 r10725  
    3939    Vector     escapePoint;
    4040    bool       onEscape;
     41    bool       escaped;
     42    Vector     endPoint;
     43   
     44    void setEndPoint( float x, float y, float z ){ endPoint = Vector(x, y, z); }
    4145   
    4246    void attackPlayer( ActionBox* box, float dt );
Note: See TracChangeset for help on using the changeset viewer.