User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 23:37, 30 June 2013 (diff | hist) . . (+140) . . N TActivePlayer.Jets (Created page with " '''''property TActivePlayer.Jets: Integer''''' Access mode: R ==Description== Current amount of jet a player. Category:TActivePlayer") (current)
- 23:36, 30 June 2013 (diff | hist) . . (-4) . . TNewPlayer.Dummy (→Description) (current)
- 23:35, 30 June 2013 (diff | hist) . . (-1) . . TActivePlayer.Deaths (→Description) (current)
- 23:34, 30 June 2013 (diff | hist) . . (+424) . . N TActivePlayer.Muted (Created page with " '''''property TActivePlayer.Muted: Boolean''''' Access mode: RW ==Description== If a player is muted or not.<br> Can also set a player's mute state to true/false. ==Exampl...") (current)
- 23:23, 30 June 2013 (diff | hist) . . (-4) . . TActivePlayer.Alive (→Description)
- 23:15, 30 June 2013 (diff | hist) . . (+340) . . N TActivePlayer.VelY (Created page with " '''''property TActivePlayer.VelY: Single''''' Access mode: R ==Description== Vertical velocity of a player. ==Example== <syntaxhighlight lang="pascal"> if (Players[1].V...") (current)
- 23:14, 30 June 2013 (diff | hist) . . (+342) . . N TActivePlayer.VelX (Created page with " '''''property TActivePlayer.VelX: Single''''' Access mode: R ==Description== Horizontal velocity of a player. ==Example== <syntaxhighlight lang="pascal"> if (Players[1]...") (current)
- 20:42, 26 June 2013 (diff | hist) . . (+1) . . TNewPlayer.Dummy
- 20:42, 26 June 2013 (diff | hist) . . (+1) . . TNewPlayer.Chain (current)
- 20:42, 26 June 2013 (diff | hist) . . (+1) . . TNewPlayer.Headgear (current)
- 20:42, 26 June 2013 (diff | hist) . . (+1) . . TNewPlayer.HairStyle (current)
- 20:41, 26 June 2013 (diff | hist) . . (+1) . . TNewPlayer.HairColor
- 20:41, 26 June 2013 (diff | hist) . . (+1) . . TNewPlayer.Team (current)
- 20:41, 26 June 2013 (diff | hist) . . (+1) . . TNewPlayer.Name
- 20:41, 26 June 2013 (diff | hist) . . (+1) . . TActivePlayer.Port (current)
- 20:41, 26 June 2013 (diff | hist) . . (+1) . . TActivePlayer.IP (current)
- 20:41, 26 June 2013 (diff | hist) . . (+1) . . TActivePlayer.Active
- 20:41, 26 June 2013 (diff | hist) . . (+1) . . TActivePlayer.Ping (current)
- 20:41, 26 June 2013 (diff | hist) . . (+1) . . TActivePlayer.Kills (current)
- 20:41, 26 June 2013 (diff | hist) . . (+1) . . TActivePlayer.Deaths
- 20:41, 26 June 2013 (diff | hist) . . (+1) . . TActivePlayer.Alive
- 20:41, 26 June 2013 (diff | hist) . . (+1) . . TActivePlayer.Team (current)
- 20:40, 26 June 2013 (diff | hist) . . (+1) . . TActivePlayer.ID (current)
- 20:39, 26 June 2013 (diff | hist) . . (+120) . . N TActivePlayer.Port (Created page with " '''''property TActivePlayer.Port: Word''''' Acess mode: R ==Description== A player's port. Category:TActivePlayer")
- 20:39, 26 June 2013 (diff | hist) . . (+27) . . TActivePlayer.IP (→Description)
- 20:38, 26 June 2013 (diff | hist) . . (+91) . . N TActivePlayer.IP (Created page with " '''''property TActivePlayer.IP: string''''' Acess mode: R ==Description== A player's IP.")
- 20:34, 26 June 2013 (diff | hist) . . (+42) . . TActivePlayer.Active (→Example)
- 20:34, 26 June 2013 (diff | hist) . . (+342) . . N TActivePlayer.Active (Created page with " '''''property TActivePlayer.Alive: Boolean''''' Acess mode: R ==Description== If the player (or bot) is playing, returns true. ==Example== <syntaxhighlight lang="pascal"> ...")
- 20:15, 26 June 2013 (diff | hist) . . (+123) . . N TActivePlayer.Ping (Created page with " '''''property TActivePlayer.Ping: Integer''''' Acess mode: R ==Description== A player's ping. Category:TActivePlayer")
- 20:13, 26 June 2013 (diff | hist) . . (+280) . . N TActivePlayer.Deaths (Created page with " '''''property TActivePlayer.Deaths: Integer''''' Acess mode: R ==Description== Ammount of deaths of a player. ==Example== <syntaxhighlight lang="pascal"> writeLn('Player w...")
- 18:59, 26 June 2013 (diff | hist) . . (+27) . . TActivePlayer.Kills (→Example)
- 18:59, 26 June 2013 (diff | hist) . . (-3) . . TActivePlayer.Kills (→Example)
- 18:58, 26 June 2013 (diff | hist) . . (+257) . . N TActivePlayer.Kills (Created page with " '''''property TActivePlayer.Kills: Integer''''' Acess mode: RW ==Description== How many kills a player has. ==Example== <syntaxhighlight lang="pascal"> writeLn('Player ...")
- 18:49, 26 June 2013 (diff | hist) . . (+335) . . N TActivePlayer.Alive (Created page with " '''''property TActivePlayer.Alive: Boolean''''' Acess mode: RW ==Description== Wether a player is alive or not. ==Example== <syntaxhighlight lang="pascal"> var i: byte; ...")
- 18:45, 26 June 2013 (diff | hist) . . (+58) . . N Category:TActivePlayer (Created page with "'''Further info on TActivePlayer here'''") (current)
- 18:43, 26 June 2013 (diff | hist) . . (+3) . . TActivePlayer.Team (→Example)
- 18:43, 26 June 2013 (diff | hist) . . (+511) . . N TActivePlayer.Team (Created page with " '''''property TActivePlayer.Team: Byte''''' Acess mode: RW ==Description== Number representing the current team of a player. Available values:<br><br> 0: No team<br> 1: Alp...")
- 18:40, 26 June 2013 (diff | hist) . . (+27) . . TActivePlayer.ID (→Example)
- 18:27, 26 June 2013 (diff | hist) . . (+326) . . N TActivePlayer.ID (Created page with " '''''property TActivePlayer.ID: Byte''''' Acess mode: R ==Description== Number representing the current ID of a player. == Example == <syntaxhighlight lang="pascal"> proc...")
- 17:54, 26 June 2013 (diff | hist) . . (-76) . . TNewPlayer (→Members)
- 17:54, 26 June 2013 (diff | hist) . . (-505) . . TNewPlayer.Alive (Blanked the page) (current)
- 17:50, 26 June 2013 (diff | hist) . . (+505) . . N TNewPlayer.Alive (Created page with " '''''property TNewPlayer.Alive: Boolean''''' Acess mode: RW ==Description== Wether the bot is alive or not. == Example == <syntaxhighlight lang="pascal"> var MyBot: ...")
- 17:49, 26 June 2013 (diff | hist) . . (+3) . . Category:TNewPlayer (current)
- 17:48, 26 June 2013 (diff | hist) . . (+24) . . TNewPlayer.Team (→Example)
- 17:48, 26 June 2013 (diff | hist) . . (-16) . . TNewPlayer.Team (→Example)
- 17:47, 26 June 2013 (diff | hist) . . (+18) . . TNewPlayer.Team (→Description)
- 17:47, 26 June 2013 (diff | hist) . . (+606) . . N TNewPlayer.Team (Created page with " '''''property TNewPlayer.Team: Byte''''' Acess mode: RW ==Description== Number representing the team of the bot. Available values:<br><br> 0: No team (like in Deathmatch)<b...")
- 17:43, 26 June 2013 (diff | hist) . . (+1) . . TPlayer (→Members)
- 17:43, 26 June 2013 (diff | hist) . . (+20) . . TPlayer (→Members)
- 17:43, 26 June 2013 (diff | hist) . . (+21) . . TActivePlayer (→Members)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)