Method | Description | |
---|---|---|
Ban ( this client, string Reason, Client IssuedBy = null ) : void | ||
GetAccount ( this client, bool checkauthentication = true ) : |
||
GetBan ( this client ) : |
||
GetClient ( this account ) : Client | ||
IsAuthenticated ( this client ) : bool | ||
IsBanned ( this client ) : bool | ||
IsIPBanned ( this client ) : bool |
public static Ban ( this client, string Reason, Client IssuedBy = null ) : void | ||
client | this | |
Reason | string | |
IssuedBy | Client | |
return | void |
public static GetAccount ( this client, bool checkauthentication = true ) : |
||
client | this | |
checkauthentication | bool | |
return |
public static GetClient ( this account ) : Client | ||
account | this | |
return | Client |
public static IsAuthenticated ( this client ) : bool | ||
client | this | |
return | bool |
public static IsBanned ( this client ) : bool | ||
client | this | |
return | bool |
public static IsIPBanned ( this client ) : bool | ||
client | this | |
return | bool |