C# 클래스 Gurpenator.AttributeFunction

상속: GurpsProperty
파일 보기 프로젝트 열기: thejoshwolfe/Gurpenator

공개 프로퍼티들

프로퍼티 타입 설명
formula Formula

공개 메소드들

메소드 설명
AttributeFunction ( ParsedThing parsedThing, Formula formula ) : System
checkFormula ( GurpsProperty>.Dictionary nameToThing ) : void
usedNames ( ) : IEnumerable

메소드 상세

AttributeFunction() 공개 메소드

public AttributeFunction ( ParsedThing parsedThing, Formula formula ) : System
parsedThing ParsedThing
formula Formula
리턴 System

checkFormula() 공개 메소드

public checkFormula ( GurpsProperty>.Dictionary nameToThing ) : void
nameToThing GurpsProperty>.Dictionary
리턴 void

usedNames() 공개 메소드

public usedNames ( ) : IEnumerable
리턴 IEnumerable

프로퍼티 상세

formula 공개적으로 프로퍼티

public Formula,Gurpenator formula
리턴 Formula