C# Class CEngineSharp_Editor.NpcEditor

Inheritance: System.Windows.Forms.Form, IChildFormActions
Show file Open project: JohnLamontagne/CEngineSharp Class Usage Examples

Public Methods

Method Description
LoadData ( ) : void
NpcEditor ( string dataPath ) : System
SaveData ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadNpcs ( ) : void
NpcAnimationLogic ( ) : void
PopulateData ( ) : void
SaveNpcs ( ) : void
addNpcButton_Click ( object sender, EventArgs e ) : void
npcListBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
npcTextureScrollBar_Scroll ( object sender, ScrollEventArgs e ) : void
textHP_TextChanged ( object sender, EventArgs e ) : void
textMP_TextChanged ( object sender, EventArgs e ) : void
textName_TextChanged ( object sender, EventArgs e ) : void
textStrength_TextChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

LoadData() public method

public LoadData ( ) : void
return void

NpcEditor() public method

public NpcEditor ( string dataPath ) : System
dataPath string
return System

SaveData() public method

public SaveData ( ) : void
return void