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 |
Method | Description | |
---|---|---|
Format ( |
||
MoveInfo ( ) : System | ||
MoveInfo ( String name, String tag, int fromTeam, String fromName, int toTeam, String toName, double delay ) : System | ||
ToString ( ) : String |
public Format ( |
||
plugin | ||
fmt | String | |
isYell | bool | |
isBefore | bool | |
return | void |
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 |