|
| string | DetermineBiomeName (AbundanceRequest request) |
| |
| List< string > | FetchAllResourceNames (HarvestTypes harvest) |
| |
| int | GenerateAbundanceSeed (AbundanceRequest request, string biomeName) |
| |
| float | GetAbundance (AbundanceRequest request) |
| |
| float | GetAbundanceFromCache (AbundanceRequest request, string biomeName) |
| |
| DepletionNode | GetDepletionNode (int planetId, string resource, int x, int y) |
| |
| Vector2 | GetDepletionNode (double latitude, double longitude) |
| |
| float | GetDepletionNodeValue (int planetId, string resource, int x, int y) |
| |
| PlanetaryResource | GetResourceByName (string resName, CelestialBody body, HarvestTypes harvest) |
| |
| List< PlanetaryResource > | GetResourceItemList (HarvestTypes harvest, CelestialBody body) |
| |
| bool | IsBiomeUnlocked (int planetId, string biomeName) |
| |
| bool | IsPlanetScanned (int planetId) |
| |
| void | ResetCache () |
| |
| void | SetDepletionNodeValue (int planetId, string resource, int x, int y, float value) |
| |
| void | UnlockBiome (int planetId, string biomeName) |
| |
| void | UnlockPlanet (int planetId) |
| |
|
| virtual void | Awake () |
| | This is a modified singleton. We always destroy our old instance instead of destorying ourselves if it's nonnull. More...
|
| |
| virtual void ResourceMap.Awake |
( |
| ) |
|
|
inlineprotectedvirtual |
This is a modified singleton. We always destroy our old instance instead of destorying ourselves if it's nonnull.
| List<string> ResourceMap.FetchAllResourceNames |
( |
HarvestTypes |
harvest | ) |
|
|
inline |
| int ResourceMap.GenerateAbundanceSeed |
( |
AbundanceRequest |
request, |
|
|
string |
biomeName |
|
) |
| |
|
inline |
| float ResourceMap.GetAbundanceFromCache |
( |
AbundanceRequest |
request, |
|
|
string |
biomeName |
|
) |
| |
|
inline |
| static string ResourceMap.GetDefaultSituation |
( |
HarvestTypes |
type | ) |
|
|
inlinestatic |
| DepletionNode ResourceMap.GetDepletionNode |
( |
int |
planetId, |
|
|
string |
resource, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
|
inline |
| Vector2 ResourceMap.GetDepletionNode |
( |
double |
latitude, |
|
|
double |
longitude |
|
) |
| |
|
inline |
| float ResourceMap.GetDepletionNodeValue |
( |
int |
planetId, |
|
|
string |
resource, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
|
inline |
| bool ResourceMap.IsBiomeUnlocked |
( |
int |
planetId, |
|
|
string |
biomeName |
|
) |
| |
|
inline |
| bool ResourceMap.IsPlanetScanned |
( |
int |
planetId | ) |
|
|
inline |
| void ResourceMap.ResetCache |
( |
| ) |
|
|
inline |
| void ResourceMap.SetDepletionNodeValue |
( |
int |
planetId, |
|
|
string |
resource, |
|
|
int |
x, |
|
|
int |
y, |
|
|
float |
value |
|
) |
| |
|
inline |
| void ResourceMap.UnlockBiome |
( |
int |
planetId, |
|
|
string |
biomeName |
|
) |
| |
|
inline |
| void ResourceMap.UnlockPlanet |
( |
int |
planetId | ) |
|
|
inline |
| bool ResourceMap.Initialized |
|
staticget |
The documentation for this class was generated from the following file: