<?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=TPlayers.Active</id>
		<title>TPlayers.Active - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=TPlayers.Active"/>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=TPlayers.Active&amp;action=history"/>
		<updated>2026-05-26T03:34:25Z</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=TPlayers.Active&amp;diff=3240&amp;oldid=prev</id>
		<title>H: Created page with &quot; '''''property Active[i: Byte]: TActivePlayer'''''   i: ID of a player. '''0'''-31   Access mode: R ==Description== An Array representing ACTIVE players in game&lt;br&gt;  ==Exa...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=TPlayers.Active&amp;diff=3240&amp;oldid=prev"/>
				<updated>2020-05-06T22:14:00Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot; &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;property Active[i: Byte]: &lt;a href=&quot;/index.php/TActivePlayer&quot; title=&quot;TActivePlayer&quot;&gt;TActivePlayer&lt;/a&gt;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;   i: ID of a player. &amp;#039;&amp;#039;&amp;#039;0&amp;#039;&amp;#039;&amp;#039;-31   Access mode: R ==Description== An Array representing ACTIVE players in game&amp;lt;br&amp;gt;  ==Exa...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt; '''''property Active[i: Byte]: [[TActivePlayer]]'''''&lt;br /&gt;
  i: ID of a player. '''0'''-31&lt;br /&gt;
  Access mode: R&lt;br /&gt;
==Description==&lt;br /&gt;
An Array representing ACTIVE players in game&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example==&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 Players.Active.Count - 1 do begin&lt;br /&gt;
    Players.WriteConsole('Nick: '+Players.Active[i].Name+', ID: '+inttostr(Players.Active[i].ID), $FFFFFF);&lt;br /&gt;
    WriteLn('Nick: '+Players.Active[i].Name+', ID: '+inttostr(Players.Active[i].ID));&lt;br /&gt;
  end;&lt;br /&gt;
 end;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
[[Category:TPlayers]]&lt;/div&gt;</summary>
		<author><name>H</name></author>	</entry>

	</feed>