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