blob: 1d8142a1223b486706f4fab2b05ce4b0b0321658 [file] [log] [blame]
Zesstra18626972017-01-31 10:38:27 +01001AllMaterials()
2==============
3
4FUNKTION
5--------
6::
7
8 string *AllMaterials()
9
10DEFINIERT IN
11------------
12::
13
14 /p/daemon/materialdb.c (MATERIALDB)
15
16BESCHREIBUNG
17------------
18::
19
20 Gibt ein Array aller existenten Materialien zurueck (ihre Definitions-
21 form wie in <thing/material.h> aufgelistet).
22
23SIEHE AUCH
24----------
25::
26
27 Konzepte: material, materialerkennung
28 Grundlegend: P_MATERIAL, /sys/thing/material.h
29 Listen: AllGroups(), Dump()
30 materialliste, materialgruppen
31 Master: AddMaterial(), ConvMaterialList(), MaterialGroup(),
32 GroupName(), MaterialName(),
33 GetGroupMembers(), GetMatMembership()
34
357. Mai 2004 Gloinson
36