Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 28, 2005, 3:52:29 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Turret now turns into the dirrection of the Target, projectiles are aligned into this direction too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/weapons/weapon_manager.h

    r4959 r4964  
    5454    void loadWeapons(const TiXmlElement* root);
    5555
     56    void setSlotCount(unsigned int slotCount);
    5657    // setting up the WeaponManager with the following functions
    5758    void setSlotPosition(int slot, const Vector& position);
     
    8586
    8687  private:
    87     void setSlotCount(unsigned int slotCount);
    88 
    8988    int getNextFreeSlot(int configID);
    9089
Note: See TracChangeset for help on using the changeset viewer.