C# Class Beyond_Beyaan.Data_Managers.MasterTechnologyManager

Datei anzeigen Open project: Beyonders/Beyond-Beyaan Class Usage Examples

Public Methods

Method Description
GetRandomizedComputerTechs ( ) : List
GetRandomizedConstructionTechs ( ) : List
GetRandomizedForceFieldTechs ( ) : List
GetRandomizedPlanetologyTechs ( ) : List
GetRandomizedPropulsionTechs ( ) : List
GetRandomizedWeaponTechs ( ) : List
GetTechnologyWithName ( string name ) : Technology
Initialize ( GameMain gameMain, string &reason ) : bool

Private Methods

Method Description
LoadComputerTechs ( ) : void
LoadConstructionTechs ( ) : void
LoadForceFieldTechs ( ) : void
LoadPlanetologyTechs ( ) : void
LoadPropulsionTechs ( ) : void
LoadWeaponTechs ( ) : void

Method Details

GetRandomizedComputerTechs() public method

public GetRandomizedComputerTechs ( ) : List
return List

GetRandomizedConstructionTechs() public method

public GetRandomizedConstructionTechs ( ) : List
return List

GetRandomizedForceFieldTechs() public method

public GetRandomizedForceFieldTechs ( ) : List
return List

GetRandomizedPlanetologyTechs() public method

public GetRandomizedPlanetologyTechs ( ) : List
return List

GetRandomizedPropulsionTechs() public method

public GetRandomizedPropulsionTechs ( ) : List
return List

GetRandomizedWeaponTechs() public method

public GetRandomizedWeaponTechs ( ) : List
return List

GetTechnologyWithName() public method

public GetTechnologyWithName ( string name ) : Technology
name string
return Technology

Initialize() public method

public Initialize ( GameMain gameMain, string &reason ) : bool
gameMain GameMain
reason string
return bool