C# 클래스 Formula, RPGQuest

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

공개 프로퍼티들

프로퍼티 타입 설명
maxValue float
minValue float
piece FormulaPiece[]
useMaxValue bool
useMinValue bool

공개 메소드들

메소드 설명
AddPiece ( ) : void
Calculate ( Combatant, user, Combatant, target ) : float
Formula ( ) : System.Collections.Generic
RemovePieceAfter ( int index ) : void

비공개 메소드들

메소드 설명
EndGroupCalc ( float &calc ) : void
GetPieceValue ( int i, Combatant, user, Combatant, target ) : float

메소드 상세

AddPiece() 공개 메소드

public AddPiece ( ) : void
리턴 void

Calculate() 공개 메소드

public Calculate ( Combatant, user, Combatant, target ) : float
user Combatant,
target Combatant,
리턴 float

Formula() 공개 메소드

public Formula ( ) : System.Collections.Generic
리턴 System.Collections.Generic

RemovePieceAfter() 공개 메소드

public RemovePieceAfter ( int index ) : void
index int
리턴 void

프로퍼티 상세

maxValue 공개적으로 프로퍼티

public float maxValue
리턴 float

minValue 공개적으로 프로퍼티

public float minValue
리턴 float

piece 공개적으로 프로퍼티

public FormulaPiece[] piece
리턴 FormulaPiece[]

useMaxValue 공개적으로 프로퍼티

public bool useMaxValue
리턴 bool

useMinValue 공개적으로 프로퍼티

public bool useMinValue
리턴 bool