Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 22, 2006, 12:17:28 PM (19 years ago)
Author:
patrick
Message:

bsp: work flush, some more npc functions, and a positioning aid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bsp_model/src/world_entities/npcs/generic_npc.h

    r8581 r8705  
    3333  inline void setVolume(float vol) { this->soundVolume = vol; }
    3434
    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
    3740  bool walkTo(const Vector& coordinate, float time);
    3841  bool walkTo(float x, float y, float z, float time);
Note: See TracChangeset for help on using the changeset viewer.