GuiSymbolSetProgress

Sets the progress bar in the symbol view based on the integer value supplied. This can be used to convey to the user an operation and how close it is to completion, for example with searches.

void GuiSymbolSetProgress(int percent);

参数

percent an integer representing the percentage to set for the progress bar.

返回值

此函数不返回值。

示例

GuiSymbolSetProgress(50);