Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 27, 2006, 2:24:30 PM (18 years ago)
Author:
snellen
Message:

added setTime function

File:
1 edited

Legend:

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

    r8817 r8823  
    7676  void playSound(int i);
    7777
    78 
     78  void setTime(float newTime){ this->time = newTime; };
     79 
    7980  virtual void tick (float time);
    8081
     
    9192
    9293   Animation3D*                            currentAnim;
     94   float                                   time;          //!< Duration of the action
    9395};
    9496
Note: See TracChangeset for help on using the changeset viewer.