Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8783 in orxonox.OLD for trunk/src/world_entities/npcs/generic_npc.h


Ignore:
Timestamp:
Jun 26, 2006, 2:00:31 PM (18 years ago)
Author:
patrick
Message:

merged the script engine branche back to trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/npcs/generic_npc.h

    r8724 r8783  
    3838  void playSound(int i);
    3939
    40   bool walkTo(const Vector& coordinate, float time);
    41   bool walkTo(float x, float y, float z, float time);
     40  float walkTo(const Vector& coordinate, const Quaternion& dir);
     41  float walkTo(float x, float y, float z, float qu, float qx, float qy, float qz);
     42  float walkTo(float x, float y, float qu, float qx, float qy, float qz);
     43
     44  float runTo(const Vector& coordinate, const Quaternion& dir);
     45  float runTo(float x, float y, float z, float qu, float qx, float qy, float qz);
     46  float runTo(float x, float y, float qu, float qx, float qy, float qz);
     47
     48  float crouchTo(const Vector& coordinate, const Quaternion& dir);
     49  float crouchTo(float x, float y, float z, float qu, float qx, float qy, float qz);
     50  float crouchTo(float x, float y, float qu, float qx, float qy, float qz);
     51
    4252
    4353  void destroy();
Note: See TracChangeset for help on using the changeset viewer.