C# Class ServerTools.Players

Afficher le fichier Open project: dmustanger/7dtd-ServerTools Class Usage Examples

Méthodes publiques

Свойство Type Description
clans string>.Dictionary
players Player>.Dictionary

Méthodes publiques

Méthode Description
GetClans ( ) : void
this ( string steamId, bool create ) : Player

Method Details

GetClans() public méthode

public GetClans ( ) : void
Résultat void

this() public méthode

public this ( string steamId, bool create ) : Player
steamId string
create bool
Résultat Player

Property Details

clans public_oe property

public Dictionary clans
Résultat string>.Dictionary

players public_oe property

public Dictionary players
Résultat Player>.Dictionary