C# Класс ARCed.Database.Actors.ExperienceCurveForm

Form for displaying and configuring experience tables for an RPG.Actor.
Наследование: ARCed.UI.DockContent
Показать файл Открыть проект

Открытые методы

Метод Описание
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