C# Class GameModeFortress.ServerConfig

Show file Open project: henon/manic_digger

Private Properties

Property Type Description

Public Methods

Method Description
CanUserBuild ( ManicDiggerServer client, int x, int y ) : bool
IsAutoAdmin ( string username ) : bool
IsAutoBuilder ( string username ) : bool
IsIPBanned ( string ipAddress ) : bool
IsMod ( string username ) : bool
IsUserBanned ( string username ) : bool
ServerConfig ( ) : System

Method Details

CanUserBuild() public method

public CanUserBuild ( ManicDiggerServer client, int x, int y ) : bool
client ManicDiggerServer
x int
y int
return bool

IsAutoAdmin() public method

public IsAutoAdmin ( string username ) : bool
username string
return bool

IsAutoBuilder() public method

public IsAutoBuilder ( string username ) : bool
username string
return bool

IsIPBanned() public method

public IsIPBanned ( string ipAddress ) : bool
ipAddress string
return bool

IsMod() public method

public IsMod ( string username ) : bool
username string
return bool

IsUserBanned() public method

public IsUserBanned ( string username ) : bool
username string
return bool

ServerConfig() public method

public ServerConfig ( ) : System
return System