Changeset 8930 for code/branches/gamecontent/src/orxonox/infos
- Timestamp:
- Nov 9, 2011, 4:16:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gamecontent/src/orxonox/infos/GametypeInfo.h
r8706 r8930 119 119 inline const std::string& getHUDTemplate() const 120 120 { return this->hudtemplate_; } 121 122 inline unsigned int getNumberOfPlayers() const 123 { return this->spawnedPlayers_.size(); } 121 124 122 125 void sendAnnounceMessage(const std::string& message);
Note: See TracChangeset
for help on using the changeset viewer.