Core Function GUIProgressBar

From Sputnik Wiki
Revision as of 12:37, 14 June 2015 by UberFoX (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
GUIProgressBar( <progressbar> )

Contents

Description

Properties & Functions specifically for ProgressBar

Parameters

progressbar

The ProgressBar GUI object to use.

Functions

Style

Change the style of the progress bar

GUIProgressBar($PBar, "Style", "Continuous");
GUIProgressBar($PBar, "Style", "Blocks");
GUIProgressBar($PBar, "Style", "Marquee");

Example

Go see GUICreate( "ProgressBar" ) for example.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox