void UI::ShowNotification(const string&in text, int time = 5000)
Shows a notification in the overlay.
string
text
int
time
void UI::ShowNotification(const string&in header, const string&in text, int time = 5000)
Shows a notification in the overlay with an additional header.