C# 클래스 PRoConEvents.MULTIbalancer.MoveInfo

파일 보기 프로젝트 열기: PapaCharlie9/multi-balancer

공개 프로퍼티들

프로퍼티 타입 설명
Because ForbidBecause
ChatAfter String
ChatBefore String
Delay double
Destination int
DestinationName String
Fast bool
For MoveType
Name String
Source int
SourceName String
Tag String
YellAfter String
YellBefore String
aborted bool

공개 메소드들

메소드 설명
Format ( MULTIbalancer plugin, String fmt, bool isYell, bool isBefore ) : void
MoveInfo ( ) : System
MoveInfo ( String name, String tag, int fromTeam, String fromName, int toTeam, String toName, double delay ) : System
ToString ( ) : String

메소드 상세

Format() 공개 메소드

public Format ( MULTIbalancer plugin, String fmt, bool isYell, bool isBefore ) : void
plugin MULTIbalancer
fmt String
isYell bool
isBefore bool
리턴 void

MoveInfo() 공개 메소드

public MoveInfo ( ) : System
리턴 System

MoveInfo() 공개 메소드

public MoveInfo ( String name, String tag, int fromTeam, String fromName, int toTeam, String toName, double delay ) : System
name String
tag String
fromTeam int
fromName String
toTeam int
toName String
delay double
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

프로퍼티 상세

Because 공개적으로 프로퍼티

public ForbidBecause Because
리턴 ForbidBecause

ChatAfter 공개적으로 프로퍼티

public String ChatAfter
리턴 String

ChatBefore 공개적으로 프로퍼티

public String ChatBefore
리턴 String

Delay 공개적으로 프로퍼티

public double Delay
리턴 double

Destination 공개적으로 프로퍼티

public int Destination
리턴 int

DestinationName 공개적으로 프로퍼티

public String DestinationName
리턴 String

Fast 공개적으로 프로퍼티

public bool Fast
리턴 bool

For 공개적으로 프로퍼티

public MoveType For
리턴 MoveType

Name 공개적으로 프로퍼티

public String Name
리턴 String

Source 공개적으로 프로퍼티

public int Source
리턴 int

SourceName 공개적으로 프로퍼티

public String SourceName
리턴 String

Tag 공개적으로 프로퍼티

public String Tag
리턴 String

YellAfter 공개적으로 프로퍼티

public String YellAfter
리턴 String

YellBefore 공개적으로 프로퍼티

public String YellBefore
리턴 String

aborted 공개적으로 프로퍼티

public bool aborted
리턴 bool