blob: 1b8cfa577698ac4acae5c4b3a296449176673b64 [file] [log] [blame]
Zesstra0c1a85a2018-02-07 23:46:50 +01001
2GetShopItems()
3**************
4
5
6FUNKTION
7========
8
9 protected object* GetShopItems()
10
11
12DEFINIERT IN
13============
14
15 /std/room/shop.c
16
17
18BESCHREIBUNG
19============
20
21 Erstellt ein Array mit den zum Verkauf stehenden Objekten.
22
23
24BEMERKUNG
25=========
26
27 Enthaelt nur jeweils einen Clone von jeder Blueprint.
28
29
30RUECKGABEWERTE
31==============
32
33 Object-Array mit zuerst den Objekten im Store und anschliessend den
34 fixed-Objects.
35
36
37SIEHE AUCH
38==========
39
Zesstra6cadc1b2018-11-15 22:27:32 +010040 PrintList()