Method | Description | |
---|---|---|
Match ( System.Entity parent ) : System |
Method | Description | |
---|---|---|
Begin ( ) : void |
Begins the match.
|
|
End ( ) : void |
Ends the match.
|
|
PlayerAdd ( |
Creates a MatchAddPlayerEvent from within the match and returns it. Invokes any event subscriptions to OnPlayerAdd.
|
|
PlayerRemove ( |
Creates a MatchRemovePlayerEvent from within the match and returns it. Invokes any event subscriptions to OnPlayerRemove.
|
|
RoundBegin ( ) : void |
Creates a RoundBeginEvent from within the match and returns it. Invokes any event subscriptions to OnRoundBegin.
|
|
RoundEnd ( int roundNumber ) : void |
Creates a RoundEndEvent from within the match and returns it. Invokes any event subscriptions to OnRoundEnd.
|
|
TeamAdd ( |
Creates a MatchTeamAddEvent from within the match and returns it. Invokes any event subscriptions to OnTeamAdd.
|
|
TeamRemove ( |
Creates a MatchTeamRemoveEvent from within the match and returns it. Invokes any event subscriptions to OnTeamRemove.
|
public Match ( System.Entity parent ) : System | ||
parent | System.Entity | |
return | System |
protected PlayerRemove ( |
||
player | ||
return | void |
protected RoundEnd ( int roundNumber ) : void | ||
roundNumber | int | |
return | void |