C# Class fCraft.VoteHandler

Afficher le fichier Open project: GlennMR/800craft

Méthodes publiques

Свойство Type Description
Question string
TargetName string
Usage string
VoteIsOn bool
VoteKickReason string
VoteStarter string
VoteThread Thread
Voted List
VotedNo int
VotedYes int

Méthodes publiques

Méthode Description
NewVote ( ) : void
VoteParams ( Player player, Command cmd ) : void

Private Methods

Méthode Description
VoteCheck ( ) : void
VoteKickCheck ( ) : void

Method Details

NewVote() public static méthode

public static NewVote ( ) : void
Résultat void

VoteParams() public static méthode

public static VoteParams ( Player player, Command cmd ) : void
player Player
cmd Command
Résultat void

Property Details

Question public_oe static_oe property

public static string Question
Résultat string

TargetName public_oe static_oe property

public static string TargetName
Résultat string

Usage public_oe static_oe property

public static string Usage
Résultat string

VoteIsOn public_oe static_oe property

public static bool VoteIsOn
Résultat bool

VoteKickReason public_oe static_oe property

public static string VoteKickReason
Résultat string

VoteStarter public_oe static_oe property

public static string VoteStarter
Résultat string

VoteThread public_oe static_oe property

public static Thread VoteThread
Résultat Thread

Voted public_oe static_oe property

public static List Voted
Résultat List

VotedNo public_oe static_oe property

public static int VotedNo
Résultat int

VotedYes public_oe static_oe property

public static int VotedYes
Résultat int