Changeset 11054 for code/branches/cpp11_v3/src/orxonox/infos/Bot.h
- Timestamp:
- Jan 10, 2016, 1:54:11 PM (9 years ago)
- Location:
- code/branches/cpp11_v3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v3
- Property svn:mergeinfo changed
-
code/branches/cpp11_v3/src/orxonox/infos/Bot.h
r9667 r11054 45 45 void setConfigValues(); 46 46 47 inline bool isInitialized() const47 virtual inline bool isInitialized() const override 48 48 { return true; } 49 inline float getPing() const49 virtual inline float getPing() const override 50 50 { return 0; } 51 inline float getPacketLossRatio() const51 virtual inline float getPacketLossRatio() const override 52 52 { return 0; } 53 53
Note: See TracChangeset
for help on using the changeset viewer.