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