Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8581 in orxonox.OLD for branches/bsp_model/src/world_entities


Ignore:
Timestamp:
Jun 19, 2006, 2:21:19 AM (19 years ago)
Author:
patrick
Message:

bsp: more npc function. very small change:D

File:
1 edited

Legend:

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

    r8516 r8581  
    3535  bool playAnimation(int animationIndex, int animPlaybackMode);
    3636  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);
    3839
    3940  void destroy();
Note: See TracChangeset for help on using the changeset viewer.