C# 클래스 Gurpenator.PurchasedProperty

파일 보기 프로젝트 열기: thejoshwolfe/Gurpenator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
property GurpsProperty

공개 메소드들

메소드 설명
PurchasedProperty ( GurpsProperty property, GurpsCharacter character ) : System
ToString ( ) : string
getCost ( ) : int
getFormattedValue ( ) : string
getLevel ( ) : int
handleChange ( ) : void

비공개 메소드들

메소드 설명
getUnmodifiedCost ( ) : int
getUnmodifiedLevel ( ) : int

메소드 상세

PurchasedProperty() 공개 메소드

public PurchasedProperty ( GurpsProperty property, GurpsCharacter character ) : System
property GurpsProperty
character GurpsCharacter
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

getCost() 공개 메소드

public getCost ( ) : int
리턴 int

getFormattedValue() 공개 메소드

public getFormattedValue ( ) : string
리턴 string

getLevel() 공개 메소드

public getLevel ( ) : int
리턴 int

handleChange() 공개 메소드

public handleChange ( ) : void
리턴 void

프로퍼티 상세

property 공개적으로 프로퍼티

public GurpsProperty,Gurpenator property
리턴 GurpsProperty