C# 클래스 Gurpenator.Effect

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

공개 프로퍼티들

프로퍼티 타입 설명
formula Formula
owner GurpsProperty
parsedThing ParsedThing
traitName string

공개 메소드들

메소드 설명
checkFormula ( GurpsProperty>.Dictionary nameToThing, GurpsProperty affectedProperty ) : void

보호된 메소드들

메소드 설명
Effect ( GurpsProperty owner, string traitName, Formula formula, ParsedThing parsedThing ) : System

메소드 상세

Effect() 보호된 메소드

protected Effect ( GurpsProperty owner, string traitName, Formula formula, ParsedThing parsedThing ) : System
owner GurpsProperty
traitName string
formula Formula
parsedThing ParsedThing
리턴 System

checkFormula() 공개 추상적인 메소드

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

프로퍼티 상세

formula 공개적으로 프로퍼티

public Formula,Gurpenator formula
리턴 Formula

owner 공개적으로 프로퍼티

public GurpsProperty,Gurpenator owner
리턴 GurpsProperty

parsedThing 공개적으로 프로퍼티

public ParsedThing,Gurpenator parsedThing
리턴 ParsedThing

traitName 공개적으로 프로퍼티

public string traitName
리턴 string