FightGameAIMain Methods

Fight Game AI Demo

FightGameAIMain Methods

The FightGameAIMain type exposes the following members.

Methods
  Name Description
Private method btnAbort_Click
Handles the Click event of the btnAbort control.
Private method btnExit_Click
Handles the Click event of the btnExit control.
Private method btnRun_Click
Handles the Click event of the btnRun control.
Private method checkBox1_CheckedChanged
Private method chkBlocking_CheckedChanged
Handles the CheckedChanged event of the chkBlocking control.
Private method defaultSetup
setup the user interface with the default settings.
Protected method Dispose
Clean up any resources being used.
(Overrides FormDispose(Boolean).)
Private method enableAlgSettings
Enables the algorithm settings.
Private method enableFighterSettings
Enables the fighter settings.
Private method enableSimSettings
Enables the simulation settings.
Private method FightGameAIMain_Load
Handles the Load event of the FightGameAIMain control.
Private method InitializeComponent
Required method for Designer support - do not modify the contents of this method with the code editor.
Private method label5_Click
Private method listBox1_SelectedIndexChanged
Private method numericUpDown1_ValueChanged
Private method radioButton1_CheckedChanged
Private method rdoAlgMsg_CheckedChanged
Handles the CheckedChanged event of the rdoAlgMsg control.
Private method rdoClose_CheckedChanged
Handles the CheckedChanged event of the rdoClose control.
Private method rdoCrouching_CheckedChanged
Handles the CheckedChanged event of the rdoCrouching control.
Private method rdoFar_CheckedChanged
Handles the CheckedChanged event of the rdoFar control.
Private method rdoFightMsg_CheckedChanged
Handles the CheckedChanged event of the rdoFightMsg control.
Private method rdoMedium_CheckedChanged
Handles the CheckedChanged event of the rdoMedium control.
Private method rdoStanding_CheckedChanged
Handles the CheckedChanged event of the rdoStanding control.
Public method UpdateOutput
Updates the output list box with both Algorithm and fighting event lists.
Top
See Also