
Public Member Functions | |
| ControlTeam () | |
| ControlTeam (int i) | |
| void | AddPlayer (User *player) |
| void | AddTeam (ControlTeam &other) |
| bool | operator< (const ControlTeam &other) const |
Data Fields | |
| std::vector< User * > | players |
| float | ranksum |
| int | teamnum |
Definition at line 781 of file battle.cpp.
| ControlTeam::ControlTeam | ( | ) | [inline] |
Definition at line 786 of file battle.cpp.
| ControlTeam::ControlTeam | ( | int | i | ) | [inline] |
Definition at line 787 of file battle.cpp.
| void ControlTeam::AddPlayer | ( | User * | player | ) | [inline] |
Definition at line 788 of file battle.cpp.
| void ControlTeam::AddTeam | ( | ControlTeam & | other | ) | [inline] |
Definition at line 796 of file battle.cpp.
| bool ControlTeam::operator< | ( | const ControlTeam & | other | ) | const [inline] |
Definition at line 800 of file battle.cpp.
| std::vector<User*> ControlTeam::players |
Definition at line 783 of file battle.cpp.
| float ControlTeam::ranksum |
Definition at line 784 of file battle.cpp.
Definition at line 785 of file battle.cpp.
1.6.3