C# Class PRoConEvents.MULTIbalancer.MoveInfo

ファイルを表示 Open project: PapaCharlie9/multi-balancer

Public Properties

Property Type Description
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

Public Methods

Method Description
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

Method Details

Format() public method

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

MoveInfo() public method

public MoveInfo ( ) : System
return System

MoveInfo() public method

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
return System

ToString() public method

public ToString ( ) : String
return String

Property Details

Because public_oe property

public ForbidBecause Because
return ForbidBecause

ChatAfter public_oe property

public String ChatAfter
return String

ChatBefore public_oe property

public String ChatBefore
return String

Delay public_oe property

public double Delay
return double

Destination public_oe property

public int Destination
return int

DestinationName public_oe property

public String DestinationName
return String

Fast public_oe property

public bool Fast
return bool

For public_oe property

public MoveType For
return MoveType

Name public_oe property

public String Name
return String

Source public_oe property

public int Source
return int

SourceName public_oe property

public String SourceName
return String

Tag public_oe property

public String Tag
return String

YellAfter public_oe property

public String YellAfter
return String

YellBefore public_oe property

public String YellBefore
return String

aborted public_oe property

public bool aborted
return bool