Freeciv-3.2
|
Go to the source code of this file.
Functions | |
void | luaconsole_dialog_popup (bool raise) |
bool | luaconsole_dialog_is_open (void) |
void | real_luaconsole_dialog_update (void) |
void | real_luaconsole_append (const char *astring, const struct text_tag_list *tags) |
Return TRUE iff the lua console is open.
Definition at line 40 of file luaconsole.c.
Popup the lua console inside the main-window, and optionally raise it.
Definition at line 32 of file luaconsole.c.
Appends the string to the chat output window. The string should be inserted on its own line, although it will have no newline.
Definition at line 59 of file luaconsole.c.
Update the lua console.
Definition at line 50 of file luaconsole.c.