Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
PassLegacy (string name, WorldGenLegacyMethod method) | |
PassLegacy (string name, WorldGenLegacyMethod method, double weight) | |
void | Apply (GenerationProgress progress, GameConfiguration configuration) |
delegate bool | CustomPerUnitAction (int x, int y, params object[] args) |
Public Attributes | |
string | Name |
double | Weight |
Protected Member Functions | |
override void | ApplyPass (GenerationProgress progress, GameConfiguration configuration) |
Properties | |
static UnifiedRandom | _random [get] |
static Tile[,] | _tiles [get] |
static int | _worldWidth [get] |
static int | _worldHeight [get] |
Static Private Member Functions | |
static float | GetWeight (string name) |
Private Attributes | |
readonly WorldGenLegacyMethod | _method |
Static Private Attributes | |
static readonly Dictionary< string, float > | _weightMap_135 |
static readonly Dictionary< string, float > | _weightMap |
Definition at line 7 of file PassLegacy.cs.