C# 클래스 fCraft.PlayerClass

파일 보기 프로젝트 열기: fragmer/fCraft 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
color string
index int
maxPromote PlayerClass
maxPromoteVal string
name string
permissions bool[]
prefix string
rank byte
reservedSlot bool
spamKickThreshold int

공개 메소드들

메소드 설명
Can ( Permissions permission ) : bool
CanBan ( PlayerClass other ) : bool
CanDemote ( PlayerClass other ) : bool
CanKick ( PlayerClass other ) : bool
CanPromote ( PlayerClass other ) : bool
GetMaxBanIndex ( ) : int
GetMaxDemoteIndex ( ) : int
GetMaxKickIndex ( ) : int
GetMaxPromoteIndex ( ) : int
IsValidClassName ( string className ) : bool
IsValidPrefix ( string val ) : bool
PlayerClass ( ) : System

메소드 상세

Can() 공개 메소드

public Can ( Permissions permission ) : bool
permission Permissions
리턴 bool

CanBan() 공개 메소드

public CanBan ( PlayerClass other ) : bool
other PlayerClass
리턴 bool

CanDemote() 공개 메소드

public CanDemote ( PlayerClass other ) : bool
other PlayerClass
리턴 bool

CanKick() 공개 메소드

public CanKick ( PlayerClass other ) : bool
other PlayerClass
리턴 bool

CanPromote() 공개 메소드

public CanPromote ( PlayerClass other ) : bool
other PlayerClass
리턴 bool

GetMaxBanIndex() 공개 메소드

public GetMaxBanIndex ( ) : int
리턴 int

GetMaxDemoteIndex() 공개 메소드

public GetMaxDemoteIndex ( ) : int
리턴 int

GetMaxKickIndex() 공개 메소드

public GetMaxKickIndex ( ) : int
리턴 int

GetMaxPromoteIndex() 공개 메소드

public GetMaxPromoteIndex ( ) : int
리턴 int

IsValidClassName() 공개 정적인 메소드

public static IsValidClassName ( string className ) : bool
className string
리턴 bool

IsValidPrefix() 공개 정적인 메소드

public static IsValidPrefix ( string val ) : bool
val string
리턴 bool

PlayerClass() 공개 메소드

public PlayerClass ( ) : System
리턴 System

프로퍼티 상세

color 공개적으로 프로퍼티

public string color
리턴 string

index 공개적으로 프로퍼티

public int index
리턴 int

maxPromote 공개적으로 프로퍼티

public PlayerClass,fCraft maxPromote
리턴 PlayerClass

maxPromoteVal 공개적으로 프로퍼티

public string maxPromoteVal
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

permissions 공개적으로 프로퍼티

public bool[] permissions
리턴 bool[]

prefix 공개적으로 프로퍼티

public string prefix
리턴 string

rank 공개적으로 프로퍼티

public byte rank
리턴 byte

reservedSlot 공개적으로 프로퍼티

public bool reservedSlot
리턴 bool

spamKickThreshold 공개적으로 프로퍼티

public int spamKickThreshold
리턴 int