C# 클래스 ARCed.Database.Actors.ExperienceCurveForm

Form for displaying and configuring experience tables for an RPG.Actor.
상속: ARCed.UI.DockContent
파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 메소드들

메소드 설명
CalculateInflation ( int basis, int inflation ) : void

Calculates experience levels based on the given basis and inflation rate.

ChangeActor ( Actor actor ) : void

Changes the form's associated RPG.Actor to represent.

ExperienceCurveForm ( ) : System

Default constructor

RefreshTable ( ) : void

Refreshes the table to display current values.

비공개 메소드들

메소드 설명
ButtonApplyClick ( object sender, EventArgs e ) : void
ButtonCancelClick ( object sender, EventArgs e ) : void
ListBoxExperienceDrawItem ( object sender, DrawItemEventArgs e ) : void
NumericBasisValueChanged ( object sender, EventArgs e ) : void
NumericInflationValueChanged ( object sender, EventArgs e ) : void
RadioButtonCheckedChanged ( object sender, EventArgs e ) : void

메소드 상세

CalculateInflation() 공개 메소드

Calculates experience levels based on the given basis and inflation rate.
public CalculateInflation ( int basis, int inflation ) : void
basis int Base value
inflation int Rate of inflation
리턴 void

ChangeActor() 공개 메소드

Changes the form's associated RPG.Actor to represent.
public ChangeActor ( Actor actor ) : void
actor RPG.Actor RPG.Actor instance
리턴 void

ExperienceCurveForm() 공개 메소드

Default constructor
public ExperienceCurveForm ( ) : System
리턴 System

RefreshTable() 공개 메소드

Refreshes the table to display current values.
public RefreshTable ( ) : void
리턴 void