GuiAddStatusBarMessage

Shows text in the statusbar, which can be used to inform the user.

void GuiAddStatusBarMessage(const char* msg);

参数

msg String containing the message to add to the status bar.

返回值

此函数不返回值。

示例

GuiAddStatusBarMessage("This text will be displayed in the statusbar.");