#include "/obj/tools/roommaker/sizes.h"

gehe zum Quellcode dieser Datei
Makrodefinitionen | |
| #define | ROOMSTDS ({"room","hotelroom","port","shop","pub"}) |
Funktionen | |
| static void | gotogetstring () |
| static void | gotogettext () |
| static void | abort () |
| static string | help () |
| static string | file_print () |
| static void | SetLabel (string label, mixed argument) |
| static mixed | QueryLabel (string label) |
| static void | ClearText () |
| static void | SetText (string *text) |
| static void | gotomenu () |
| string | QueryFile () |
| string * | EditText () |
| string | arrayprint (string *arr) |
| object | Creature () |
Definiert in Zeile 15 der Datei roommaker.h.
| static void abort | ( | ) | [static] |
Wird benutzt von getmode() und getstatus().

| string arrayprint | ( | string * | arr | ) |
Wird benutzt von getlong(), gettext(), insert_comment(), insert_detail(), show_all_details() und store_long().

| static void ClearText | ( | ) | [static] |
Wird benutzt von getdesc(), getdlong(), getlong() und insert_comment().

| object Creature | ( | ) |
Definiert in Zeile 54 der Datei stdfuns.c.
Benutzt creature.
Wird benutzt von insert_exit2(), store_long(), store_short() und store_short2().
00054 { return creature; }

| string* EditText | ( | ) |
Definiert in Zeile 42 der Datei stdfuns.c.
Benutzt edittext.
Wird benutzt von show_comment(), show_detail(), show_door(), show_long(), store_comment(), store_desc(), store_dlong() und store_long().
00042 { return edittext; }

| static string file_print | ( | ) | [static] |
Wird benutzt von getmode(), getstatus(), show_comment(), show_detail(), show_door() und show_long().

| static void gotogetstring | ( | ) | [static] |
Wird benutzt von delete_short(), delete_short2(), detail_redisplay(), door_redisplay(), door_redisplay2(), door_redisplay3(), door_save(), enter_detail(), enter_door(), enter_exit(), enter_item(), exit_redisplay(), exit_redisplay2(), exit_save(), getdkey(), getdpath(), getdshort(), getpath(), getshort(), getshort2(), item_redisplay(), nodetail(), nodoor(), nodpath(), nodshort(), noexit(), nopath() und same_desc().

| static void gotogettext | ( | ) | [static] |
Wird benutzt von getdesc(), getdlong(), getlong(), insert_comment(), show_comment(), store_desc() und store_dlong().

| static void gotomenu | ( | ) | [static] |
Wird benutzt von store_comment() und store_short2().

| static string help | ( | ) | [static] |
| string QueryFile | ( | ) |
| static mixed QueryLabel | ( | string | label | ) | [static] |
Wird benutzt von delete_detail(), delete_detail2(), delete_detail_really(), delete_door(), delete_door2(), delete_door_really(), delete_exit(), delete_exit2(), delete_exit_really(), delete_item(), delete_item2(), delete_item_really(), door_redisplay2(), door_redisplay3(), double_door(), double_exit(), exit_redisplay2(), getstatus(), insert_detail2(), insert_door2(), insert_door3(), insert_exit2(), insert_key(), same_desc(), show_detail(), show_door(), store_desc() und store_dlong().

| static void SetLabel | ( | string | label, | |
| mixed | argument | |||
| ) | [static] |
Wird benutzt von delete_detail_really(), delete_door_really(), delete_exit_really(), delete_item_really(), enter_detail(), enter_door(), enter_exit(), enter_item(), getdesc(), getdkey(), getdlong(), getdpath(), getdshort(), getlong(), getmode(), getpath(), getshort(), getshort2(), getstatus(), goto_delete_detail(), goto_delete_door(), goto_delete_exit(), goto_delete_item(), insert_comment(), insert_detail(), insert_door(), insert_exit() und same_desc().

| static void SetText | ( | string * | text | ) | [static] |
Wird benutzt von getlong() und insert_comment().

1.6.3