Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8793 in orxonox.OLD for trunk/src/world_entities/npcs


Ignore:
Timestamp:
Jun 26, 2006, 3:36:16 PM (18 years ago)
Author:
patrick
Message:

trunk: merged the weather engine branche to the trunk

File:
1 edited

Legend:

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

    r8783 r8793  
    1111
    1212#include <string>
    13 //
     13
    1414#include "sound_source.h"
     15
     16#include "vector.h"
     17#include "qaternion.h"
     18
    1519
    1620namespace OrxSound{ class SoundSource; }
     
    3842  void playSound(int i);
    3943
     44  float lookAt(WorldEntity* worldEntity);
     45
    4046  float walkTo(const Vector& coordinate, const Quaternion& dir);
    4147  float walkTo(float x, float y, float z, float qu, float qx, float qy, float qz);
     
    5056  float crouchTo(float x, float y, float qu, float qx, float qy, float qz);
    5157
     58  float talkTo(WorldEnity* worldEntity, int dialogNr);
     59
    5260
    5361  void destroy();
     
    6068   OrxSound::SoundBuffer*                  soundBuffer;
    6169   float                                   soundVolume;
     70
     71   Vector                                  destCoor;
     72   Quaternion                              destDir;
    6273};
    6374
Note: See TracChangeset for help on using the changeset viewer.