Difference between revisions of "TTeam"
(Created page with "==Inheritance== *TTeam ==Description== Represents a team of players user constructable: '''NO''' user destructable: '''NO''' ==Members== {| class="wikitable" |- ! M...") |
(No difference)
|
Revision as of 11:45, 24 July 2013
Inheritance
Description
Represents a team of players
user constructable: NO user destructable: NO
Members
| Member declaration | Access mode | |
|---|---|---|
| procedure Add(Player: TPlayer) | ||
| property Score: Byte | Rw | |
| property Player[i: Byte]: TPlayer | R | default |
| property Count: Byte | R | |
| property ID: Byte | R | |
| property OnJoin: TOnJoinTeamEvent | RW | |