Class Team
Class representing a team of players
Inherited Members
Namespace: Slipe.Client.Game
Assembly: SlipeClient.dll
Syntax
[DefaultElementClass(ElementType.Team)]
public class Team : Element
Properties
| Improve this Doc View SourceColor
Get the color of this team
Declaration
public Color Color { get; }
Property Value
Type | Description |
---|---|
Color |
FriendlyFire
Get if friendly fire is enabled
Declaration
public bool FriendlyFire { get; }
Property Value
Type | Description |
---|---|
Boolean |
Name
Get the name of the team
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |
PlayerCount
Get the amount of players in this team
Declaration
public int PlayerCount { get; }
Property Value
Type | Description |
---|---|
Int32 |
Players
Get a list of all players in this team
Declaration
public Player[] Players { get; }
Property Value
Type | Description |
---|---|
Player[] |