Method | Description | |
---|---|---|
GetRandomizedComputerTechs ( ) : List |
||
GetRandomizedConstructionTechs ( ) : List |
||
GetRandomizedForceFieldTechs ( ) : List |
||
GetRandomizedPlanetologyTechs ( ) : List |
||
GetRandomizedPropulsionTechs ( ) : List |
||
GetRandomizedWeaponTechs ( ) : List |
||
GetTechnologyWithName ( string name ) : Technology | ||
Initialize ( GameMain gameMain, string &reason ) : bool |
Method | Description | |
---|---|---|
LoadComputerTechs ( ) : void | ||
LoadConstructionTechs ( ) : void | ||
LoadForceFieldTechs ( ) : void | ||
LoadPlanetologyTechs ( ) : void | ||
LoadPropulsionTechs ( ) : void | ||
LoadWeaponTechs ( ) : void |
public GetRandomizedConstructionTechs ( ) : List |
||
return | List |
public GetRandomizedForceFieldTechs ( ) : List |
||
return | List |
public GetRandomizedPlanetologyTechs ( ) : List |
||
return | List |
public GetRandomizedPropulsionTechs ( ) : List |
||
return | List |
public GetTechnologyWithName ( string name ) : Technology | ||
name | string | |
return | Technology |
public Initialize ( GameMain gameMain, string &reason ) : bool | ||
gameMain | GameMain | |
reason | string | |
return | bool |