Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 19, 2015, 3:59:26 PM (9 years ago)
Author:
erbj
Message:

tower templates verwaltet und tower direkt turret, nicht eigenes objekt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefenseCenterpoint.h

    r9667 r10325  
    7979                { return this->tileScale_; }
    8080
    81             /**
    82             @brief Set the template for the towers.
    83             @param template The template name to be applied to each tower.
    84             */
    85             void setTowerTemplate(const std::string& templateName)
    86                 { this->towerTemplate_ = templateName; }
    87 
    88             const std::string& getTowerTemplate(void) const
    89                 { return this->towerTemplate_; }
    90 
    9181        private:
    9282            void checkGametype();
     
    9585            unsigned int height_;
    9686            unsigned int tileScale_;
    97 
    98             std::string towerTemplate_;
    9987    };
    10088}
Note: See TracChangeset for help on using the changeset viewer.