Core Function GUIProgressBar
From Sputnik Wiki
(Difference between revisions)
(Created page with "<pre> GUIProgressBar( <progressbar> ) </pre> === Description === Properties & Functions specifically for ProgressBar === Parameters === ==== progressbar ==== The ProgressBar...") |
m (1 revision) |
||
(2 intermediate revisions by one user not shown) | |||
Line 27: | Line 27: | ||
=== Example === | === Example === | ||
− | Go see [[Core Function | + | Go see [[Core Function GUICreateProgressBar|GUICreate( "ProgressBar" )]] for example. |
[[Category:Core Function]] | [[Category:Core Function]] |
Latest revision as of 12:37, 14 June 2015
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.