C# Class ServerTools.ClanManager

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

Méthodes publiques

Свойство Type Description
IsEnabled bool

Méthodes publiques

Méthode Description
AddClan ( ClientInfo _cInfo, string _clanName ) : void
CheckforClantag ( ClientInfo _cInfo ) : void
Clan ( ClientInfo _cInfo, string _message ) : void
DemoteMember ( ClientInfo _cInfo, string _playerName ) : void
GetChatCommands ( ClientInfo _cInfo ) : void
InviteAccept ( ClientInfo _cInfo ) : void
InviteDecline ( ClientInfo _cInfo ) : void
InviteMember ( ClientInfo _cInfo, string _playerName ) : void
LeaveClan ( ClientInfo _cInfo ) : void
PromoteMember ( ClientInfo _cInfo, string _playerName ) : void
RemoveClan ( ClientInfo _cInfo ) : void
RemoveMember ( ClientInfo _cInfo, string _playerName ) : void

Private Methods

Méthode Description
RequestToJoinClan ( ClientInfo _cInfo, string _clanName ) : void

Method Details

AddClan() public static méthode

public static AddClan ( ClientInfo _cInfo, string _clanName ) : void
_cInfo ClientInfo
_clanName string
Résultat void

CheckforClantag() public static méthode

public static CheckforClantag ( ClientInfo _cInfo ) : void
_cInfo ClientInfo
Résultat void

Clan() public static méthode

public static Clan ( ClientInfo _cInfo, string _message ) : void
_cInfo ClientInfo
_message string
Résultat void

DemoteMember() public static méthode

public static DemoteMember ( ClientInfo _cInfo, string _playerName ) : void
_cInfo ClientInfo
_playerName string
Résultat void

GetChatCommands() public static méthode

public static GetChatCommands ( ClientInfo _cInfo ) : void
_cInfo ClientInfo
Résultat void

InviteAccept() public static méthode

public static InviteAccept ( ClientInfo _cInfo ) : void
_cInfo ClientInfo
Résultat void

InviteDecline() public static méthode

public static InviteDecline ( ClientInfo _cInfo ) : void
_cInfo ClientInfo
Résultat void

InviteMember() public static méthode

public static InviteMember ( ClientInfo _cInfo, string _playerName ) : void
_cInfo ClientInfo
_playerName string
Résultat void

LeaveClan() public static méthode

public static LeaveClan ( ClientInfo _cInfo ) : void
_cInfo ClientInfo
Résultat void

PromoteMember() public static méthode

public static PromoteMember ( ClientInfo _cInfo, string _playerName ) : void
_cInfo ClientInfo
_playerName string
Résultat void

RemoveClan() public static méthode

public static RemoveClan ( ClientInfo _cInfo ) : void
_cInfo ClientInfo
Résultat void

RemoveMember() public static méthode

public static RemoveMember ( ClientInfo _cInfo, string _playerName ) : void
_cInfo ClientInfo
_playerName string
Résultat void

Property Details

IsEnabled public_oe static_oe property

public static bool IsEnabled
Résultat bool