blob: 2a6d920ca39dea7633ad6034e633b39e8b6aade0 [file] [log] [blame]
Zesstra18626972017-01-31 10:38:27 +01001GetDoorsMapping()
2=================
3
4FUNKTION
5--------
6::
7
8 mapping GetDoorsMapping()
9
10BESCHREIBUNG
11------------
12::
13
14 Mit dieser Funktion erhaelt man das Mapping der vorhandenen
15 Seherportale.
16
17
18
19 Die Struktur ist von der Form:
20 ([ Pfad: Portalnummer; Portalbeschreibung, ])
21 Es wird eine Kopie dieses Mappings geliefert.
22
23RUECKGABEWERT
24-------------
25::
26
27 Das Sehertormapping
28
29BEMERKUNGEN
30-----------
31::
32
33 Diese Funktion wird von /d/seher/portale/sehertormaster definiert.
34
35BEISPIELE
36---------
37::
38
39 "/d/seher/portale/sehertormaster"->GetDoorsMapping();
40
41SIEHE AUCH
42----------
43::
44
45 DoorIsKnown, ShowDoors, Teleport, DiscoverDoor
46