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