Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 29, 2006, 3:48:16 PM (18 years ago)
Author:
bensch
Message:

better impementation

File:
1 edited

Legend:

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

    r8908 r8909  
    4141  /* walking functions */
    4242  void walkTo(const Vector& coordinate);
    43   void walkTo(float x, float y);
    4443  void walkTo(float x, float y, float z);
    4544
    4645  /* running functions */
    4746  void runTo(const Vector& coordinate);
    48   void runTo(float x, float y);
    4947  void runTo(float x, float y, float z);
    5048
    5149  /* couching functinos */
    5250  void crouchTo(const Vector& coordinate);
    53   void crouchTo(float x, float y);
    5451  void crouchTo(float x, float y, float z);
    5552
    5653  /* stopping the movement */
    5754  void stop();
     55  void nextStep();
    5856
    5957  /* some oriantation functions */
     
    10199   typedef struct Anim
    102100   {
    103      Anim();
    104 
    105101     Vector        v;
    106102     Quaternion    q;
Note: See TracChangeset for help on using the changeset viewer.