<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.crumbledworld.com/index.php?action=history&amp;feed=atom&amp;title=ProgressBar</id>
	<title>ProgressBar - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.crumbledworld.com/index.php?action=history&amp;feed=atom&amp;title=ProgressBar"/>
	<link rel="alternate" type="text/html" href="https://wiki.crumbledworld.com/index.php?title=ProgressBar&amp;action=history"/>
	<updated>2026-04-22T01:53:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.4</generator>
	<entry>
		<id>https://wiki.crumbledworld.com/index.php?title=ProgressBar&amp;diff=91&amp;oldid=prev</id>
		<title>Anders: Created page with &quot;{{:ProgressBarExampleCode}}  ==Inheritance== Button  ==Constructor== {| class=&quot;wikitable&quot;  !|function !|description |- |ProgressBar(PanelSize size) | |- |ProgressBar(PanelSize size, Text text, float value) | |- |ProgressBar(ProgressBar progressBar) | |- |}  ==Functions== {| class=&quot;wikitable&quot; !|return !|function !|description |- |float |getValue() |Get from value. |- | |setValue(float value)...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.crumbledworld.com/index.php?title=ProgressBar&amp;diff=91&amp;oldid=prev"/>
		<updated>2025-07-05T14:18:02Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{:ProgressBarExampleCode}}  ==Inheritance== &lt;a href=&quot;/index.php/Button&quot; title=&quot;Button&quot;&gt;Button&lt;/a&gt;  ==Constructor== {| class=&amp;quot;wikitable&amp;quot;  !|function !|description |- |ProgressBar(&lt;a href=&quot;/index.php/PanelSize&quot; title=&quot;PanelSize&quot;&gt;PanelSize&lt;/a&gt; size) | |- |ProgressBar(&lt;a href=&quot;/index.php/PanelSize&quot; title=&quot;PanelSize&quot;&gt;PanelSize&lt;/a&gt; size, &lt;a href=&quot;/index.php/Text&quot; title=&quot;Text&quot;&gt;Text&lt;/a&gt; text, float value) | |- |ProgressBar(ProgressBar progressBar) | |- |}  ==Functions== {| class=&amp;quot;wikitable&amp;quot; !|return !|function !|description |- |float |&lt;a href=&quot;/index.php?title=ProgressBar:getValue()&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;ProgressBar:getValue() (page does not exist)&quot;&gt;getValue&lt;/a&gt;() |Get from value. |- | |&lt;a href=&quot;/index.php?title=ProgressBar:setValue(float_value)&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;ProgressBar:setValue(float value) (page does not exist)&quot;&gt;setValue&lt;/a&gt;(float value)...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{:ProgressBarExampleCode}}&lt;br /&gt;
&lt;br /&gt;
==Inheritance==&lt;br /&gt;
[[Button]]&lt;br /&gt;
&lt;br /&gt;
==Constructor==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
&lt;br /&gt;
!|function&lt;br /&gt;
!|description&lt;br /&gt;
|-&lt;br /&gt;
|ProgressBar([[PanelSize]] size)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|ProgressBar([[PanelSize]] size, [[Text]] text, float value)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|ProgressBar(ProgressBar progressBar)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!|return&lt;br /&gt;
!|function&lt;br /&gt;
!|description&lt;br /&gt;
|-&lt;br /&gt;
|float&lt;br /&gt;
|[[ProgressBar:getValue()|getValue]]()&lt;br /&gt;
|Get from value.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[ProgressBar:setValue(float value)|setValue]](float value)&lt;br /&gt;
|Set value [0-1].&lt;br /&gt;
|-&lt;br /&gt;
|{float()}&lt;br /&gt;
|[[ProgressBar:getValues()|getValues]]()&lt;br /&gt;
|Return a list of all values.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[ProgressBar:setValue(table values)|setValue]](table values)&lt;br /&gt;
|Set a list of values. all values combines should be bettwen [0-1]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[ProgressBar:setColor(table color)|setColor]](table color)&lt;br /&gt;
|Set a list of colors for the progressbar. the number of colors should be x2 numbers of values, example bar:setColor({Vec3(),Vec3()}), this set a top and bottom color for 1 value&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[ProgressBar:setColor(Vec4 topColor, Vec4 bottomColor)|setColor]]([[Vec4]] topColor, [[Vec4]] bottomColor)&lt;br /&gt;
|Set ProgressBar color.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[ProgressBar:setColor(Vec3 topColor, Vec3 bottomColor)|setColor]]([[Vec3]] topColor, [[Vec3]] bottomColor)&lt;br /&gt;
|Set ProgressBar color.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[ProgressBar:setText(string text)|setText]]([[string]] text)&lt;br /&gt;
|set button text.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[ProgressBar:setText(Text text)|setText]]([[Text]] text)&lt;br /&gt;
|set ProgressBar text.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[ProgressBar:setTextAnchor(Anchor textAnchor)|setTextAnchor]]([[Anchor]] textAnchor)&lt;br /&gt;
|set text [[anchor]].&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[ProgressBar:setTextColor(Vec3 color)|setTextColor]]([[Vec3]] color)&lt;br /&gt;
|set text color.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[ProgressBar:setTextColor(Vec4 color)|setTextColor]]([[Vec4]] color)&lt;br /&gt;
|set text color.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[ProgressBar:setInnerColor(Vec3 color)|setInnerColor]]([[Vec3]] color)&lt;br /&gt;
|set ProgressBar color.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[ProgressBar:setInnerColor(Vec4 color)|setInnerColor]]([[Vec4]] color)&lt;br /&gt;
|set ProgressBar color.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[ProgressBar:setInnerColor(Vec3 topColor, Vec3 bottomColor)|setInnerColor]]([[Vec3]] topColor, [[Vec3]] bottomColor)&lt;br /&gt;
|set ProgressBar color.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[ProgressBar:setInnerColor(Vec4 topColor, Vec4 bottomColor)|setInnerColor]]([[Vec4]] topColor, [[Vec4]] bottomColor)&lt;br /&gt;
|set ProgressBar color.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[ProgressBar:setEdgeColor(Vec3 color)|setEdgeColor]]([[Vec3]] color)&lt;br /&gt;
|set button edge color.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[ProgressBar:setEdgeColor(Vec4 color)|setEdgeColor]]([[Vec4]] color)&lt;br /&gt;
|set ProgressBar edge color.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[ProgressBar:setEdgeColor(Vec3 topColor, Vec3 bottomColor)|setEdgeColor]]([[Vec3]] topColor, [[Vec3]] bottomColor)&lt;br /&gt;
|set ProgressBar edge color.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[ProgressBar:setEdgeColor(Vec4 topColor, Vec4 bottomColor)|setEdgeColor]]([[Vec4]] topColor, [[Vec4]] bottomColor)&lt;br /&gt;
|set ProgressBar edge color.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Anders</name></author>
	</entry>
</feed>