#include <properties.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 | moving |
| inherit std thing | commands |
| inherit std tray | description |
| inherit std thing | language |
| inherit std container | restrictions |
| inherit std thing | envchk |
| protected void create | ( | ) |
Definiert in Zeile 32 der Datei tray.c.
Benutzt create(), P_DEST_PREPOSITION, P_PREPOSITION, P_SOURCE_PREPOSITION, P_TRAY und SetProp().
00033 { 00034 properties::create(); 00035 commands::create(); 00036 description::create(); 00037 restrictions::create(); 00038 envchk::create(); 00039 SetProp(P_TRAY,1); 00040 SetProp(P_PREPOSITION, "auf"); 00041 SetProp(P_SOURCE_PREPOSITION, "von"); 00042 SetProp(P_DEST_PREPOSITION, "auf"); 00043 }

| protected void create_super | ( | ) |
Definiert in Zeile 45 der Datei tray.c.
Benutzt set_next_reset().
00045 { 00046 set_next_reset(-1); 00047 }

| inherit std tray description |
| inherit std thing properties |
| inherit std container restrictions |
1.6.3