C# Class Beyond_Beyaan.Data_Managers.MasterTechnologyManager

Afficher le fichier Open project: Beyonders/Beyond-Beyaan Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
LoadComputerTechs ( ) : void
LoadConstructionTechs ( ) : void
LoadForceFieldTechs ( ) : void
LoadPlanetologyTechs ( ) : void
LoadPropulsionTechs ( ) : void
LoadWeaponTechs ( ) : void

Method Details

GetRandomizedComputerTechs() public méthode

public GetRandomizedComputerTechs ( ) : List
Résultat List

GetRandomizedConstructionTechs() public méthode

public GetRandomizedConstructionTechs ( ) : List
Résultat List

GetRandomizedForceFieldTechs() public méthode

public GetRandomizedForceFieldTechs ( ) : List
Résultat List

GetRandomizedPlanetologyTechs() public méthode

public GetRandomizedPlanetologyTechs ( ) : List
Résultat List

GetRandomizedPropulsionTechs() public méthode

public GetRandomizedPropulsionTechs ( ) : List
Résultat List

GetRandomizedWeaponTechs() public méthode

public GetRandomizedWeaponTechs ( ) : List
Résultat List

GetTechnologyWithName() public méthode

public GetTechnologyWithName ( string name ) : Technology
name string
Résultat Technology

Initialize() public méthode

public Initialize ( GameMain gameMain, string &reason ) : bool
gameMain GameMain
reason string
Résultat bool