C# Class AdminTools.Accounts

Afficher le fichier Open project: Guad/GTACoop

Méthodes publiques

Méthode Description
Ban ( this client, string Reason, Client IssuedBy = null ) : void
GetAccount ( this client, bool checkauthentication = true ) : Account
GetBan ( this client ) : Ban
GetClient ( this account ) : Client
IsAuthenticated ( this client ) : bool
IsBanned ( this client ) : bool
IsIPBanned ( this client ) : bool

Method Details

Ban() public static méthode

public static Ban ( this client, string Reason, Client IssuedBy = null ) : void
client this
Reason string
IssuedBy Client
Résultat void

GetAccount() public static méthode

public static GetAccount ( this client, bool checkauthentication = true ) : Account
client this
checkauthentication bool
Résultat Account

GetBan() public static méthode

public static GetBan ( this client ) : Ban
client this
Résultat Ban

GetClient() public static méthode

public static GetClient ( this account ) : Client
account this
Résultat Client

IsAuthenticated() public static méthode

public static IsAuthenticated ( this client ) : bool
client this
Résultat bool

IsBanned() public static méthode

public static IsBanned ( this client ) : bool
client this
Résultat bool

IsIPBanned() public static méthode

public static IsIPBanned ( this client ) : bool
client this
Résultat bool