Zesstra | 1862697 | 2017-01-31 10:38:27 +0100 | [diff] [blame^] | 1 | GetReputations() |
2 | ================ | ||||
3 | |||||
4 | FUNKTION | ||||
5 | -------- | ||||
6 | :: | ||||
7 | |||||
8 | public mapping GetReputations() | ||||
9 | |||||
10 | DEFINIERT IN | ||||
11 | ------------ | ||||
12 | :: | ||||
13 | |||||
14 | /std/player/reputation.c | ||||
15 | |||||
16 | BESCHREIBUNG | ||||
17 | ------------ | ||||
18 | :: | ||||
19 | |||||
20 | Liefert ein Mapping aller im Spieler gespeicherten Reputationen und ihrer | ||||
21 | Werte zurueck. | ||||
22 | |||||
23 | RUeCKGABEWERT | ||||
24 | ------------- | ||||
25 | :: | ||||
26 | |||||
27 | Mapping ([(string)repid: (int)wert]) | ||||
28 | |||||
29 | BEISPIELE | ||||
30 | --------- | ||||
31 | :: | ||||
32 | |||||
33 | s. repuation | ||||
34 | |||||
35 | SIEHE AUCH | ||||
36 | ---------- | ||||
37 | :: | ||||
38 | |||||
39 | reputation | ||||
40 | GetReputation(), GetReputations() | ||||
41 | |||||
42 | ZULETZT GEAeNDERT | ||||
43 | ----------------- | ||||
44 | :: | ||||
45 | |||||
46 | 06.04.2009, Zesstra | ||||
47 |