View Single Post
Old 01-15-16, 10:33 PM   #197
nsomnia
Weps
 
Join Date: Nov 2012
Location: Canada
Posts: 370
Downloads: 44
Uploads: 0
Default

Code:
public BiomeType GetBiomeType(Tile tile)
{
    return BiomeTable [(int)tile.MoistureType, (int)tile.HeatType];
}
This will return the biomes heat and moisture levels at any given world tile.

Dynamic weather one day...
__________________
Current Project [ Operation Trident (Working Title: Project RedWater) ColdWar Subsim] :: Development Log w/ Dwnloads
nsomnia is offline   Reply With Quote