Property | Type | Description | |
---|---|---|---|
CHARGING | int | ||
EJECTED | int | ||
FASTBREAK | int | ||
FOUL_TYPE | int | ||
GOALTENDING | int | ||
PLAYER_SELECT | int | ||
REBOUND | int | ||
SHOT_TYPE | int | ||
TECHNICAL | int | ||
cancelled | bool | ||
committedBy | Player | ||
ejected | bool | ||
fastbreak | bool | ||
foulType | string | ||
playerRebounded | Player | ||
playerShot | Player | ||
reboundType | string | ||
rebounded | bool | ||
replacingPlayer | Player | ||
shotType | string | ||
sideBorderLength | int | ||
topBottomBorderLength | int | ||
turnoverType | string |
Method | Description | |
---|---|---|
DataForm ( Alpaca pac, string type, int start, Point loc ) : System | ||
cancelForm ( object sender, EventArgs e ) : void | ||
loadFormWithButtons ( string types ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
DataForm_Load ( object sender, EventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
foul_Click ( object sender, EventArgs e ) : void | ||
loadArrayWithPlayers ( bool isBench, bool withTeam, List |
||
madeShot_Click ( object sender, EventArgs e ) : void | ||
missedShot_Click ( object sender, EventArgs e ) : void | ||
tech_Click ( object sender, EventArgs e ) : void | ||
turnover_Click ( object sender, EventArgs e ) : void |
public DataForm ( Alpaca pac, string type, int start, Point loc ) : System | ||
pac | Alpaca | |
type | string | |
start | int | |
loc | Point | |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public cancelForm ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
public loadFormWithButtons ( string types ) : void | ||
types | string | |
return | void |
public static int topBottomBorderLength | ||
return | int |