Public Member Functions | |
| KATeam () | |
| virtual | ~KATeam () |
| void | SetName (KStr &sName) |
| KStr & | GetName () |
| void | SetTeam (KMATEAM Team) |
| KMATEAM | GetTeam () |
| s32 | GetScore () |
| void | SetScore (s32 score) |
Protected Attributes | |
| KStr | m_sName |
| s32 | m_Score |
| KMATEAM | m_Team |
Definition at line 28 of file A_Team.h.
1.5.1-p1