Changeset 8705 in orxonox.OLD for branches/bsp_model/src/world_entities/npcs/generic_npc.h
- Timestamp:
- Jun 22, 2006, 12:17:28 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/world_entities/npcs/generic_npc.h
r8581 r8705 33 33 inline void setVolume(float vol) { this->soundVolume = vol; } 34 34 35 bool playAnimation(int animationIndex, int animPlaybackMode); 36 bool playSound(std::string filename); 35 void playAnimation(int animationIndex, int animPlaybackMode); 36 37 void playSound(std::string filename); 38 void playSound(int i); 39 37 40 bool walkTo(const Vector& coordinate, float time); 38 41 bool walkTo(float x, float y, float z, float time);
Note: See TracChangeset
for help on using the changeset viewer.