C# Class Gurpenator.PurchasedProperty

Datei anzeigen Open project: thejoshwolfe/Gurpenator Class Usage Examples

Public Properties

Property Type Description
property GurpsProperty

Public Methods

Method Description
PurchasedProperty ( GurpsProperty property, GurpsCharacter character ) : System
ToString ( ) : string
getCost ( ) : int
getFormattedValue ( ) : string
getLevel ( ) : int
handleChange ( ) : void

Private Methods

Method Description
getUnmodifiedCost ( ) : int
getUnmodifiedLevel ( ) : int

Method Details

PurchasedProperty() public method

public PurchasedProperty ( GurpsProperty property, GurpsCharacter character ) : System
property GurpsProperty
character GurpsCharacter
return System

ToString() public method

public ToString ( ) : string
return string

getCost() public method

public getCost ( ) : int
return int

getFormattedValue() public method

public getFormattedValue ( ) : string
return string

getLevel() public method

public getLevel ( ) : int
return int

handleChange() public method

public handleChange ( ) : void
return void

Property Details

property public_oe property

public GurpsProperty,Gurpenator property
return GurpsProperty