Changeset 10725 in orxonox.OLD for branches/presentation/src/world_entities/npcs/actionbox_enemy.h
- Timestamp:
- Jun 19, 2007, 11:59:25 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/npcs/actionbox_enemy.h
r10712 r10725 39 39 Vector escapePoint; 40 40 bool onEscape; 41 bool escaped; 42 Vector endPoint; 43 44 void setEndPoint( float x, float y, float z ){ endPoint = Vector(x, y, z); } 41 45 42 46 void attackPlayer( ActionBox* box, float dt );
Note: See TracChangeset
for help on using the changeset viewer.