Documentation

UI::ShowNotification

Function

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.

string header

string text

int time

void UI::ShowNotification(const string&in header, const string&in text, const vec4&in colBackground, int time = 5000)

Shows a notification in the overlay with an additional header and background color.

string header

string text

vec4 colBackground

int time