You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
voidHUD_ship_sent_printf(int sh, SCP_FORMAT_STRING constchar *format, ...) SCP_FORMAT_STRING_ARGS(2, 3); // send hud message from a specific ship
72
+
voidHUD_fixed_printf(float duration, color col, SCP_FORMAT_STRING constchar *format, ...) SCP_FORMAT_STRING_ARGS(3, 4); // Display a single message for duration seconds.
73
73
voidHUD_init_fixed_text(); // Clear all pending fixed text.
74
74
75
75
voidHUD_add_to_scrollback(constchar *text, int source);
0 commit comments