<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.splashdamage.com/index.php?action=history&amp;feed=atom&amp;title=UIMarquee</id>
	<title>UIMarquee - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.splashdamage.com/index.php?action=history&amp;feed=atom&amp;title=UIMarquee"/>
	<link rel="alternate" type="text/html" href="https://wiki.splashdamage.com/index.php?title=UIMarquee&amp;action=history"/>
	<updated>2026-04-07T16:59:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.splashdamage.com/index.php?title=UIMarquee&amp;diff=3267&amp;oldid=prev</id>
		<title>JRAD at 12:07, 21 November 2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.splashdamage.com/index.php?title=UIMarquee&amp;diff=3267&amp;oldid=prev"/>
		<updated>2007-11-21T12:07:25Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOEDITSECTION__&lt;br /&gt;
== Class Tree ==&lt;br /&gt;
* [[:UIObject]]&lt;br /&gt;
** [[:UIObject_Drawable]]&lt;br /&gt;
*** [[:UIWindow]]&lt;br /&gt;
**** [[:UIMarquee]]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
Marquee window type is used for scrolling text vertically or horizontally. It is used for showing the message of the day in the main menu and the spectator list in the scoreboard and limbo menu.&lt;br /&gt;
&lt;br /&gt;
This class may be used in the GUIs. It will inherit all properties, flags, functions and events from [[UIWindow]].&lt;br /&gt;
&lt;br /&gt;
Window type:&lt;br /&gt;
 type marquee;&lt;br /&gt;
&lt;br /&gt;
'''Example:'''&lt;br /&gt;
 	windowDef spectatorList {&lt;br /&gt;
 	type marquee;&lt;br /&gt;
 	properties {&lt;br /&gt;
 		rect rect = PADDING, _to_bottom_of( lblSpectating ) + 2, _fill_to_right_of( specInfoSurround ), 14;&lt;br /&gt;
 		float fontSize = 12;&lt;br /&gt;
 		color forecolor = 1,1,1,0.7;&lt;br /&gt;
 		vec2 textAlignment = TA_LEFT, TA_VCENTER;&lt;br /&gt;
 		float speed = 9;&lt;br /&gt;
 	}&lt;br /&gt;
 &lt;br /&gt;
 	timeline {&lt;br /&gt;
 		onTime 500 {&lt;br /&gt;
 		text = toWStr( gui.getSpectatorList() );&lt;br /&gt;
 		resetTime( 0 );&lt;br /&gt;
 		}&lt;br /&gt;
 	}&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Properties ==&lt;br /&gt;
{{:UIMarquee Properties}}&lt;br /&gt;
&lt;br /&gt;
== Flags ==&lt;br /&gt;
{{:UIMarquee Flags}}&lt;br /&gt;
&lt;br /&gt;
== Functions ==&lt;br /&gt;
=== General Functions ===&lt;br /&gt;
 [[UIMarquee:resetScroll|resetScroll]]                        Reset scroll amount.&lt;br /&gt;
&lt;br /&gt;
== Events ==&lt;br /&gt;
&lt;br /&gt;
[[Category:GUIs]]&lt;/div&gt;</summary>
		<author><name>JRAD</name></author>
		
	</entry>
</feed>