Difference between revisions of "TPlayers"
(new page) |
m (→Description) |
||
Line 4: | Line 4: | ||
==Description== | ==Description== | ||
Allows interaction with players and provides some identification functions | Allows interaction with players and provides some identification functions | ||
+ | |||
+ | '''This class is assigned to global variable "Players"''' | ||
user constructable: '''NO''' | user constructable: '''NO''' |
Revision as of 14:33, 26 July 2013
Inheritance
Description
Allows interaction with players and provides some identification functions
This class is assigned to global variable "Players"
user constructable: NO user destructable: NO
Members
Member declaration | Access mode | |
---|---|---|
function Add(Player: TNewPlayer): TActivePlayer | ||
procedure WriteConsole(Text: string; Color: Longint) | ||
procedure BigText(Layer: Byte; Text: string; Delay: Integer; Color: Longint; Scale: Single; X, Y: Integer) | ||
function GetByName(Name: string): TActivePlayer | ||
function GetByIP(IP: string): TActivePlayer | ||
procedure Tell(Text: string) | ||
property Player[i: Byte]: TActivePlayer | R | default |