C# Class OpenRA.Mods.Common.Widgets.SpawnOccupant

Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Свойство Type Description
ClientIndex int
Color OpenRA.Graphics.HSLColor
Faction string
PlayerName string
SpawnPoint int
Team int

Méthodes publiques

Méthode Description
SpawnOccupant ( GameInformation player ) : System
SpawnOccupant ( Session client ) : System

Method Details

SpawnOccupant() public méthode

public SpawnOccupant ( GameInformation player ) : System
player GameInformation
Résultat System

SpawnOccupant() public méthode

public SpawnOccupant ( Session client ) : System
client Session
Résultat System

Property Details

ClientIndex public_oe property

public int ClientIndex
Résultat int

Color public_oe property

public HSLColor,OpenRA.Graphics Color
Résultat OpenRA.Graphics.HSLColor

Faction public_oe property

public string Faction
Résultat string

PlayerName public_oe property

public string PlayerName
Résultat string

SpawnPoint public_oe property

public int SpawnPoint
Résultat int

Team public_oe property

public int Team
Résultat int