<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=TTeam.Player</id>
		<title>TTeam.Player - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=TTeam.Player"/>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=TTeam.Player&amp;action=history"/>
		<updated>2026-05-26T04:34:46Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.soldat.pl/index.php?title=TTeam.Player&amp;diff=636&amp;oldid=prev</id>
		<title>Mighty: new page</title>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=TTeam.Player&amp;diff=636&amp;oldid=prev"/>
				<updated>2013-07-24T12:08:15Z</updated>
		
		<summary type="html">&lt;p&gt;new page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt; '''''property Player[i: Byte]: [[TPlayer]]'''''&lt;br /&gt;
  Access mode: R&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
An array of [[TPlayer|players]] in the Team&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
This example sends &amp;quot;Hello&amp;quot; message to all players in Red team.&amp;lt;br&amp;gt;&lt;br /&gt;
It's important to remember bout &amp;quot;- 1&amp;quot;, otherwise you will try to send a message to a player that's not in game&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;pascal&amp;quot;&amp;gt;&lt;br /&gt;
var &lt;br /&gt;
 i: Byte;&lt;br /&gt;
begin&lt;br /&gt;
 for i:=0 to Team[1].Count - 1 do&lt;br /&gt;
  Team[1].Player[i].Tell('Hello');&lt;br /&gt;
end;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:TTeam]]&lt;/div&gt;</summary>
		<author><name>Mighty</name></author>	</entry>

	</feed>