C# 클래스 Beyond_Beyaan.TechnologyManager

파일 보기 프로젝트 열기: Beyonders/Beyond-Beyaan 1 사용 예제들

공개 메소드들

메소드 설명
AccureResearch ( float researchPoints ) : void
GetFieldLevels ( ) : int>.Dictionary
GetFieldProgressString ( TechField whichField, float researchPoints ) : string
Load ( XElement empire, MasterTechnologyManager MTM ) : void
RollForDiscoveries ( Random r, SitRepManager sitRepManager ) : List
Save ( XmlWriter writer ) : void
SetComputerTechs ( List techs ) : void
SetConstructionTechs ( List techs ) : void
SetForceFieldTechs ( List techs ) : void
SetPercentage ( TechField whichField, int amount ) : void
SetPlanetologyTechs ( List techs ) : void
SetPropulsionTechs ( List techs ) : void
SetWeaponTechs ( List techs ) : void
TechnologyManager ( ) : System

비공개 메소드들

메소드 설명
GetChanceForDiscovery ( TechField whichField ) : int
GetFieldInvestmentAmount ( TechField whichField, float researchPoints ) : float
GetTotalPercentageExcludingTypeAndLocked ( TechField techField ) : int
UpdateValues ( ) : void

메소드 상세

AccureResearch() 공개 메소드

public AccureResearch ( float researchPoints ) : void
researchPoints float
리턴 void

GetFieldLevels() 공개 메소드

public GetFieldLevels ( ) : int>.Dictionary
리턴 int>.Dictionary

GetFieldProgressString() 공개 메소드

public GetFieldProgressString ( TechField whichField, float researchPoints ) : string
whichField TechField
researchPoints float
리턴 string

Load() 공개 메소드

public Load ( XElement empire, MasterTechnologyManager MTM ) : void
empire XElement
MTM MasterTechnologyManager
리턴 void

RollForDiscoveries() 공개 메소드

public RollForDiscoveries ( Random r, SitRepManager sitRepManager ) : List
r Random
sitRepManager SitRepManager
리턴 List

Save() 공개 메소드

public Save ( XmlWriter writer ) : void
writer XmlWriter
리턴 void

SetComputerTechs() 공개 메소드

public SetComputerTechs ( List techs ) : void
techs List
리턴 void

SetConstructionTechs() 공개 메소드

public SetConstructionTechs ( List techs ) : void
techs List
리턴 void

SetForceFieldTechs() 공개 메소드

public SetForceFieldTechs ( List techs ) : void
techs List
리턴 void

SetPercentage() 공개 메소드

public SetPercentage ( TechField whichField, int amount ) : void
whichField TechField
amount int
리턴 void

SetPlanetologyTechs() 공개 메소드

public SetPlanetologyTechs ( List techs ) : void
techs List
리턴 void

SetPropulsionTechs() 공개 메소드

public SetPropulsionTechs ( List techs ) : void
techs List
리턴 void

SetWeaponTechs() 공개 메소드

public SetWeaponTechs ( List techs ) : void
techs List
리턴 void

TechnologyManager() 공개 메소드

public TechnologyManager ( ) : System
리턴 System