blob: f1b838cd5f38658a621ecc3d1205c0d59a3d79df [file] [log] [blame]
heull001b5e0f882017-08-22 22:25:26 +02001GetShopItems()
2==============
3
4FUNKTION
5--------
6
7 protected object* GetShopItems()
8
9DEFINIERT IN
10------------
11 /std/room/shop.c
12
13BESCHREIBUNG
14------------
15
16 Erstellt ein Array mit den zum Verkauf stehenden Objekten.
17
18BEMERKUNG
19---------
20
21 Enthaelt nur jeweils einen Clone von jeder Blueprint.
22
23RUECKGABEWERTE
24--------------
25
26 Object-Array mit zuerst den Objekten im Store und anschliessend den
27 fixed-Objects.
28
29SIEHE AUCH
30----------
31
32 :doc:`PrintList`