C# 클래스 fCraft.VoteHandler

파일 보기 프로젝트 열기: GlennMR/800craft

공개 프로퍼티들

프로퍼티 타입 설명
Question string
TargetName string
Usage string
VoteIsOn bool
VoteKickReason string
VoteStarter string
VoteThread Thread
Voted List
VotedNo int
VotedYes int

공개 메소드들

메소드 설명
NewVote ( ) : void
VoteParams ( Player player, Command cmd ) : void

비공개 메소드들

메소드 설명
VoteCheck ( ) : void
VoteKickCheck ( ) : void

메소드 상세

NewVote() 공개 정적인 메소드

public static NewVote ( ) : void
리턴 void

VoteParams() 공개 정적인 메소드

public static VoteParams ( Player player, Command cmd ) : void
player Player
cmd Command
리턴 void

프로퍼티 상세

Question 공개적으로 정적으로 프로퍼티

public static string Question
리턴 string

TargetName 공개적으로 정적으로 프로퍼티

public static string TargetName
리턴 string

Usage 공개적으로 정적으로 프로퍼티

public static string Usage
리턴 string

VoteIsOn 공개적으로 정적으로 프로퍼티

public static bool VoteIsOn
리턴 bool

VoteKickReason 공개적으로 정적으로 프로퍼티

public static string VoteKickReason
리턴 string

VoteStarter 공개적으로 정적으로 프로퍼티

public static string VoteStarter
리턴 string

VoteThread 공개적으로 정적으로 프로퍼티

public static Thread VoteThread
리턴 Thread

Voted 공개적으로 정적으로 프로퍼티

public static List Voted
리턴 List

VotedNo 공개적으로 정적으로 프로퍼티

public static int VotedNo
리턴 int

VotedYes 공개적으로 정적으로 프로퍼티

public static int VotedYes
리턴 int