Dokumentace třídy CProfile
Profil hráče.
...
#include <Profile.h>
Seznam všech členů.
Detailní popis
Profil hráče.
- Autor:
- František Toman
- Verze:
- 1.0
Kontakt: tomanfra@fit.cvut.cz
Dokumentace konstruktoru a destruktoru
CProfile::CProfile |
( |
int |
ID, |
|
|
int |
level, |
|
|
string |
name | |
|
) |
| | |
Konstruktor se specifikací vlastností profilu
- Parametry:
-
Dokumentace k metodám
int CProfile::getID |
( |
|
) |
const [inline] |
Vrátí ID hráče
- Návratová hodnota:
int CProfile::getLevel |
( |
|
) |
const [inline] |
Vrátí úroveň hráče
- Návratová hodnota:
string CProfile::getName |
( |
|
) |
const [inline] |
Vrátí jméno hráče
- Návratová hodnota:
void CProfile::init |
( |
int |
ID, |
|
|
int |
level, |
|
|
string |
name | |
|
) |
| | |
Inicializace vlastností profilu
- Parametry:
-
void CProfile::setID |
( |
int |
m_ID |
) |
[inline] |
Nastaví ID hráče
- Parametry:
-
void CProfile::setLevel |
( |
int |
m_level |
) |
[inline] |
Nastaví úroveň hráče
- Parametry:
-
void CProfile::setName |
( |
const char * |
str |
) |
[inline] |
Nastaví jméno hráče
- Parametry:
-
void CProfile::setName |
( |
string |
str |
) |
[inline] |
Nastaví jméno hráče
- Parametry:
-
Dokumentace pro tuto třídu byla generována z následujících souborů: