Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 18, 2006, 4:11:15 PM (18 years ago)
Author:
patrick
Message:

working on player limits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/proxy/proxy_settings.h

    r9301 r9326  
    2929    void loadProxySettings(const TiXmlElement* root);
    3030
    31     /** @returns the max number of players */
     31    /** @param number: sets the max number of players */
    3232    inline void setMaxPlayer(int number) { this->maxPlayer = number; }
     33    /** @returns teh max number of players */
     34    int getMaxPlayer() { return this->maxPlayer; }
    3335    void setProxyAddr(const std::string& proxyAddr);
    3436
Note: See TracChangeset for help on using the changeset viewer.