#include <config.h>#include <properties.h>#include <language.h>#include <combat.h>#include <wizlevels.h>#include <defines.h>
gehe zum Quellcode dieser Datei
Funktionen | |
| protected void | create () |
| protected void | create_super () |
| void | reset () |
Variablen | |
| inherit std thing | properties |
| inherit std thing | commands |
| inherit std thing | restrictions |
| inherit std armour | description |
| inherit std clothing | moving |
| inherit std armour | wear |
| inherit std armour | combat |
| inherit std thing | language |
| inherit std thing | envchk |
| protected void create | ( | ) |
Definiert in Zeile 32 der Datei armour.c.
00032 { 00033 properties::create(); 00034 commands::create(); 00035 restrictions::create(); 00036 description::create(); 00037 wear::create(); 00038 combat::create(); 00039 envchk::create(); 00040 AddId("Ding"); 00041 }

| protected void create_super | ( | ) |
Definiert in Zeile 43 der Datei armour.c.
Benutzt set_next_reset().
00043 { 00044 set_next_reset(-1); 00045 }

| inherit std armour description |
| inherit std thing properties |
| inherit std thing restrictions |
1.6.3