blob: bd4f50f972985ed967fbfc190d22710f7e25608e [file] [log] [blame]
Zesstra18626972017-01-31 10:38:27 +01001AllGroups()
2===========
3
4FUNKTION
5--------
6::
7
8 string *AllGroups()
9
10DEFINIERT IN
11------------
12::
13
14 /p/daemon/materialdb.c (MATERIALDB)
15
16BESCHREIBUNG
17------------
18::
19
20 Gibt ein Array aller existenten Materialgruppen zurueck (ihre
21 Definitionsform 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: AllMaterials(), Dump()
30 materialliste, materialgruppen
31 Master: AddMaterial(), ConvMaterialList(), MaterialGroup(),
32 GroupName(), MaterialName(),
33 GetGroupMembers(), GetMatMembership()
34
357. Mai 2004 Gloinson
36