17 const char *featured_text);
23 const struct text_tag_list *tags);
void luaconsole_vprintf(const struct ft_color color, const char *format, va_list args)
Add a line of text to the output ("chatline") window.
void luaconsole_printf(const struct ft_color color, const char *format,...) fc__attribute((__format__(__printf__
void luaconsole_append(const struct ft_color color, const char *featured_text)
Add a line of text to the output ("chatline") window, like puts() would do it in the console.
void luaconsole_welcome_message()
Standard welcome message.
void void luaconsole_event(const char *plain_text, const struct text_tag_list *tags)
Add a line of text to the output ("chatline") window from server event.
int fc__attribute((nonnull(1, 3)))