C# Class CEngineSharp_Editor.NpcEditor

Inheritance: System.Windows.Forms.Form, IChildFormActions
Afficher le fichier Open project: JohnLamontagne/CEngineSharp Class Usage Examples

Méthodes publiques

Méthode Description
LoadData ( ) : void
NpcEditor ( string dataPath ) : System
SaveData ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

LoadData() public méthode

public LoadData ( ) : void
Résultat void

NpcEditor() public méthode

public NpcEditor ( string dataPath ) : System
dataPath string
Résultat System

SaveData() public méthode

public SaveData ( ) : void
Résultat void