Freeciv-3.3
|
#include "support.h"
Go to the source code of this file.
Functions | |
void | luaconsole_append (const struct ft_color color, const char *featured_text) |
void | luaconsole_vprintf (const struct ft_color color, const char *format, va_list args) |
void | luaconsole_printf (const struct ft_color color, const char *format,...) fc__attribute((__format__(__printf__ |
void void | luaconsole_event (const char *plain_text, const struct text_tag_list *tags) |
void | luaconsole_welcome_message (void) |
Add a line of text to the output ("chatline") window, like puts() would do it in the console.
Definition at line 40 of file luaconsole_common.c.
Referenced by luaconsole_vprintf(), and luaconsole_welcome_message().
Add a line of text to the output ("chatline") window from server event.
Definition at line 100 of file luaconsole_common.c.
Add a line of text to the output ("chatline") window. The text is constructed in printf style.
Definition at line 73 of file luaconsole_common.c.
Referenced by luaconsole_printf(), and script_client_output().
Standard welcome message.
Definition at line 109 of file luaconsole_common.c.
Referenced by luaconsole_dialog_init().