MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | GetReputations |
2 | FUNKTION: | ||||
3 | public mapping GetReputations() | ||||
4 | |||||
5 | DEFINIERT IN: | ||||
6 | /std/player/reputation.c | ||||
7 | |||||
8 | BESCHREIBUNG: | ||||
9 | Liefert ein Mapping aller im Spieler gespeicherten Reputationen und ihrer | ||||
10 | Werte zurueck. | ||||
11 | |||||
12 | RUeCKGABEWERT: | ||||
13 | Mapping ([(string)repid: (int)wert]) | ||||
14 | |||||
15 | BEISPIELE: | ||||
16 | s. repuation | ||||
17 | |||||
18 | SIEHE AUCH: | ||||
19 | reputation | ||||
20 | GetReputation(), GetReputations() | ||||
21 | |||||
22 | ZULETZT GEAeNDERT: | ||||
23 | 06.04.2009, Zesstra |