game.terminal

Undocumented in source.

Members

Aliases

TerminalCallback
alias TerminalCallback = void delegate() nothrow @(safe)
Undocumented in source.

Functions

clearTimeout
void clearTimeout(int id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
l
auto l(int t, string line)
Undocumented in source. Be warned that the author may not have intended to support it.
setTimeout
int setTimeout(int ctx, int ptr, int ms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setTimeout
int setTimeout(Delegate del, int ms)
Undocumented in source. Be warned that the author may not have intended to support it.
terminal_run_garbage
auto terminal_run_garbage(Terminal terminal)
Undocumented in source. Be warned that the author may not have intended to support it.
terminal_run_intro
auto terminal_run_intro(Terminal terminal)
Undocumented in source. Be warned that the author may not have intended to support it.
terminal_run_outro
auto terminal_run_outro(Terminal terminal)
Undocumented in source. Be warned that the author may not have intended to support it.
terminal_run_story
auto terminal_run_story(Terminal terminal)
Undocumented in source. Be warned that the author may not have intended to support it.
terminal_show_notice
auto terminal_show_notice(Terminal terminal, LineRange notice, TerminalCallback callback)
Undocumented in source. Be warned that the author may not have intended to support it.
terminal_write_text
void terminal_write_text(Terminal terminal, LineRange lines, TerminalCallback callback)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

terminal_text_garbage
enum terminal_text_garbage;
Undocumented in source.
terminal_text_ident
enum terminal_text_ident;
Undocumented in source.
terminal_text_outro
enum terminal_text_outro;
Undocumented in source.
terminal_text_story
enum terminal_text_story;
Undocumented in source.
terminal_text_title
enum terminal_text_title;
Undocumented in source.

Structs

Bold
struct Bold
Undocumented in source.
Line
struct Line
Undocumented in source.
Terminal
struct Terminal
Undocumented in source.
TerminalGarbage
struct TerminalGarbage
Undocumented in source.
TerminalWriter
struct TerminalWriter(LineRange)
Undocumented in source.
TextItem
struct TextItem
Undocumented in source.

Meta