<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.oxeyegames.com/wiki/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.oxeyegames.com/wiki/index.php?feed=atom&amp;target=Feone&amp;title=Special%3AContributions%2FFeone</id>
		<title>OxeyeWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://www.oxeyegames.com/wiki/index.php?feed=atom&amp;target=Feone&amp;title=Special%3AContributions%2FFeone"/>
		<link rel="alternate" type="text/html" href="http://www.oxeyegames.com/wiki/index.php/Special:Contributions/Feone"/>
		<updated>2026-05-09T17:22:32Z</updated>
		<subtitle>From OxeyeWiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://www.oxeyegames.com/wiki/index.php/SetTimerVisible_(Harvest)</id>
		<title>SetTimerVisible (Harvest)</title>
		<link rel="alternate" type="text/html" href="http://www.oxeyegames.com/wiki/index.php/SetTimerVisible_(Harvest)"/>
				<updated>2009-03-14T09:37:49Z</updated>
		
		<summary type="html">&lt;p&gt;Feone: Created page with '{{HarvestMethod | setTimerVisible(toggle) | Sets whether the timer should be visible or not. It's NOT visible by default. | {{MethodParam|toggle|A boolean value|Timer visible, tr...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HarvestMethod&lt;br /&gt;
|&lt;br /&gt;
setTimerVisible(toggle)&lt;br /&gt;
|&lt;br /&gt;
Sets whether the timer should be visible or not. It's NOT visible by default.&lt;br /&gt;
|&lt;br /&gt;
{{MethodParam|toggle|A boolean value|Timer visible, true or false.}}&lt;br /&gt;
|&lt;br /&gt;
Returns nothing.&lt;br /&gt;
}}&lt;br /&gt;
=== Example ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  harvest.setTimerVisible(true)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Feone</name></author>	</entry>

	<entry>
		<id>http://www.oxeyegames.com/wiki/index.php/SetTimerValue_(Harvest)</id>
		<title>SetTimerValue (Harvest)</title>
		<link rel="alternate" type="text/html" href="http://www.oxeyegames.com/wiki/index.php/SetTimerValue_(Harvest)"/>
				<updated>2009-03-14T09:34:32Z</updated>
		
		<summary type="html">&lt;p&gt;Feone: Created page with '{{HarvestMethod | setTimerValue(seconds) | Sets what time the timer should display, in seconds. | {{MethodParam|amount|A number|The number to set the timer to.}} | Returns nothin...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HarvestMethod&lt;br /&gt;
|&lt;br /&gt;
setTimerValue(seconds)&lt;br /&gt;
|&lt;br /&gt;
Sets what time the timer should display, in seconds.&lt;br /&gt;
|&lt;br /&gt;
{{MethodParam|amount|A number|The number to set the timer to.}}&lt;br /&gt;
|&lt;br /&gt;
Returns nothing.&lt;br /&gt;
}}&lt;br /&gt;
=== Example ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   harvest.setTimerValue(gameTime)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Feone</name></author>	</entry>

	<entry>
		<id>http://www.oxeyegames.com/wiki/index.php/SetThreatLevelProgress_(Harvest)</id>
		<title>SetThreatLevelProgress (Harvest)</title>
		<link rel="alternate" type="text/html" href="http://www.oxeyegames.com/wiki/index.php/SetThreatLevelProgress_(Harvest)"/>
				<updated>2009-03-13T18:57:03Z</updated>
		
		<summary type="html">&lt;p&gt;Feone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HarvestMethod&lt;br /&gt;
|&lt;br /&gt;
setThreatLevelProgress(progress)&lt;br /&gt;
|&lt;br /&gt;
Sets the red threat level progress bar in the GUI. The progress is a value between 0 and 1.&lt;br /&gt;
|&lt;br /&gt;
{{MethodParam|amount|A value between 0 and 1|The percentage to fill the threadlevel bar divided by 100}}&lt;br /&gt;
|&lt;br /&gt;
Returns nothing.&lt;br /&gt;
}}&lt;br /&gt;
=== Example ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
harvest.setThreatLevelProgress(gameTime / 60.0)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Feone</name></author>	</entry>

	<entry>
		<id>http://www.oxeyegames.com/wiki/index.php/SetThreatLevelValue_(Harvest)</id>
		<title>SetThreatLevelValue (Harvest)</title>
		<link rel="alternate" type="text/html" href="http://www.oxeyegames.com/wiki/index.php/SetThreatLevelValue_(Harvest)"/>
				<updated>2009-03-13T18:53:07Z</updated>
		
		<summary type="html">&lt;p&gt;Feone: Created page with '{{HarvestMethod | setThreatLevelValue(value) | Sets the value of the threat level string in the GUI. This is only a display value and has no other effect on the game. | {{MethodP...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HarvestMethod&lt;br /&gt;
|&lt;br /&gt;
setThreatLevelValue(value)&lt;br /&gt;
|&lt;br /&gt;
Sets the value of the threat level string in the GUI. This is only a display value and has no other effect on the game.&lt;br /&gt;
|&lt;br /&gt;
{{MethodParam|amount|An integer|The number to set the threat level to.}}&lt;br /&gt;
|&lt;br /&gt;
Returns nothing.&lt;br /&gt;
}}&lt;br /&gt;
=== Example ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   harvest.setThreatLevelValue(threatLevel)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Feone</name></author>	</entry>

	<entry>
		<id>http://www.oxeyegames.com/wiki/index.php/SetThreatLevelProgress_(Harvest)</id>
		<title>SetThreatLevelProgress (Harvest)</title>
		<link rel="alternate" type="text/html" href="http://www.oxeyegames.com/wiki/index.php/SetThreatLevelProgress_(Harvest)"/>
				<updated>2009-03-13T18:52:36Z</updated>
		
		<summary type="html">&lt;p&gt;Feone: Created page with '{{HarvestMethod | setThreatLevelValue(value) | Sets the value of the threat level string in the GUI. This is only a display value and has no other effect on the game. | {{MethodP...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HarvestMethod&lt;br /&gt;
|&lt;br /&gt;
setThreatLevelValue(value)&lt;br /&gt;
|&lt;br /&gt;
Sets the value of the threat level string in the GUI. This is only a display value and has no other effect on the game.&lt;br /&gt;
|&lt;br /&gt;
{{MethodParam|amount|An integer|The number to set the threat level to.}}&lt;br /&gt;
|&lt;br /&gt;
Returns nothing.&lt;br /&gt;
}}&lt;br /&gt;
=== Example ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   harvest.setThreatLevelValue(threatLevel)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Feone</name></author>	</entry>

	<entry>
		<id>http://www.oxeyegames.com/wiki/index.php/DrawRectangle_(Harvest)</id>
		<title>DrawRectangle (Harvest)</title>
		<link rel="alternate" type="text/html" href="http://www.oxeyegames.com/wiki/index.php/DrawRectangle_(Harvest)"/>
				<updated>2009-03-13T18:45:43Z</updated>
		
		<summary type="html">&lt;p&gt;Feone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HarvestMethod&lt;br /&gt;
|&lt;br /&gt;
drawRectangle(x, y, width, height[, r, g, b[, a]])&lt;br /&gt;
|&lt;br /&gt;
Draws a filled rectangle at (x, y) with the specified size.&lt;br /&gt;
|&lt;br /&gt;
{{MethodParam|x|An integer|The starting x coordinate.}}&lt;br /&gt;
{{MethodParam|y|An integer|The starting y coordinate.}}&lt;br /&gt;
{{MethodParam|width|An integer|The width of the rectangle.}}&lt;br /&gt;
{{MethodParam|height|An integer|The height of the rectangle.}}&lt;br /&gt;
{{MethodParam|a|An integer|The rectangle color's alpha component, 0 is min and 255 is max.}}&lt;br /&gt;
{{MethodParam|r|An integer|The rectangle color's red component, 0 is min and 255 is max.}}&lt;br /&gt;
{{MethodParam|g|An integer|The rectangle color's green component, 0 is min and 255 is max.}}&lt;br /&gt;
{{MethodParam|b|An integer|The rectangle color's blue component, 0 is min and 255 is max.}}&lt;br /&gt;
|&lt;br /&gt;
Returns nothing.&lt;br /&gt;
}}&lt;br /&gt;
=== Example ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   harvest.drawRectangle(100, 100, 200, 115, 0, 0, 0, 128)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Feone</name></author>	</entry>

	<entry>
		<id>http://www.oxeyegames.com/wiki/index.php/DrawRectangle_(Harvest)</id>
		<title>DrawRectangle (Harvest)</title>
		<link rel="alternate" type="text/html" href="http://www.oxeyegames.com/wiki/index.php/DrawRectangle_(Harvest)"/>
				<updated>2009-03-13T18:44:58Z</updated>
		
		<summary type="html">&lt;p&gt;Feone: Created page with '{{HarvestMethod | drawRectangle(x, y, width, height[, r, g, b[, a]]) | Draws a filled rectangle at (x, y) with the specified size. | {{MethodParam|x|An integer|The starting x coo...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HarvestMethod&lt;br /&gt;
|&lt;br /&gt;
drawRectangle(x, y, width, height[, r, g, b[, a]])&lt;br /&gt;
|&lt;br /&gt;
Draws a filled rectangle at (x, y) with the specified size.&lt;br /&gt;
|&lt;br /&gt;
{{MethodParam|x|An integer|The starting x coordinate.}}&lt;br /&gt;
{{MethodParam|y|An integer|The starting y coordinate.}}&lt;br /&gt;
{{MethodParam|width|An integer|The width of the rectangle.}}&lt;br /&gt;
{{MethodParam|height|An integer|The height of the rectangle.}}&lt;br /&gt;
{{MethodParam|a|An integer|The line color's alpha component, 0 is min and 255 is max.}}&lt;br /&gt;
{{MethodParam|r|An integer|The line color's red component, 0 is min and 255 is max.}}&lt;br /&gt;
{{MethodParam|g|An integer|The line color's green component, 0 is min and 255 is max.}}&lt;br /&gt;
{{MethodParam|b|An integer|The line color's blue component, 0 is min and 255 is max.}}&lt;br /&gt;
|&lt;br /&gt;
Returns nothing.&lt;br /&gt;
}}&lt;br /&gt;
=== Example ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   harvest.drawRectangle(100, 100, 200, 115, 0, 0, 0, 128)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Feone</name></author>	</entry>

	<entry>
		<id>http://www.oxeyegames.com/wiki/index.php/Print_(Harvest)</id>
		<title>Print (Harvest)</title>
		<link rel="alternate" type="text/html" href="http://www.oxeyegames.com/wiki/index.php/Print_(Harvest)"/>
				<updated>2009-03-13T18:32:33Z</updated>
		
		<summary type="html">&lt;p&gt;Feone: Created page with '{{HarvestMethod | print(string) | Prints a string in the lower left corner in the game. | {{MethodParam|text|A string|The text to be printed.}} | Returns nothing. }} === Example ...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HarvestMethod&lt;br /&gt;
|&lt;br /&gt;
print(string)&lt;br /&gt;
|&lt;br /&gt;
Prints a string in the lower left corner in the game.&lt;br /&gt;
|&lt;br /&gt;
{{MethodParam|text|A string|The text to be printed.}}&lt;br /&gt;
|&lt;br /&gt;
Returns nothing.&lt;br /&gt;
}}&lt;br /&gt;
=== Example ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   print(&amp;quot;Timer is now: &amp;quot; .. timer)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Feone</name></author>	</entry>

	</feed>