Changeset 8581 in orxonox.OLD for branches/bsp_model/src/world_entities
- Timestamp:
- Jun 19, 2006, 2:21:19 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/world_entities/npcs/generic_npc.h
r8516 r8581 35 35 bool playAnimation(int animationIndex, int animPlaybackMode); 36 36 bool playSound(std::string filename); 37 bool walkTo(const Vector& coordinate); 37 bool walkTo(const Vector& coordinate, float time); 38 bool walkTo(float x, float y, float z, float time); 38 39 39 40 void destroy();
Note: See TracChangeset
for help on using the changeset viewer.