C# 클래스 GameModeFortress.ServerConfig

파일 보기 프로젝트 열기: henon/manic_digger

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

CanUserBuild() 공개 메소드

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

IsAutoAdmin() 공개 메소드

public IsAutoAdmin ( string username ) : bool
username string
리턴 bool

IsAutoBuilder() 공개 메소드

public IsAutoBuilder ( string username ) : bool
username string
리턴 bool

IsIPBanned() 공개 메소드

public IsIPBanned ( string ipAddress ) : bool
ipAddress string
리턴 bool

IsMod() 공개 메소드

public IsMod ( string username ) : bool
username string
리턴 bool

IsUserBanned() 공개 메소드

public IsUserBanned ( string username ) : bool
username string
리턴 bool

ServerConfig() 공개 메소드

public ServerConfig ( ) : System
리턴 System