terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Terraria.GameContent.Generation.PassLegacy Class Reference
+ Inheritance diagram for Terraria.GameContent.Generation.PassLegacy:

Public Member Functions

 PassLegacy (string name, WorldGenLegacyMethod method)
 
 PassLegacy (string name, WorldGenLegacyMethod method, double weight)
 
void Apply (GenerationProgress progress, GameConfiguration configuration)
 

Public Attributes

string Name
 
double Weight
 

Protected Member Functions

override void ApplyPass (GenerationProgress progress, GameConfiguration configuration)
 

Properties

static UnifiedRandom _random [get]
 
static TileData _tiles [get]
 
static int _worldWidth [get]
 
static int _worldHeight [get]
 

Static Private Member Functions

static float GetWeight (string name)
 
static PassLegacy ()
 

Private Attributes

readonly WorldGenLegacyMethod _method
 

Static Private Attributes

static readonly Dictionary< string, float > _weightMap_135
 
static readonly Dictionary< string, float > _weightMap
 

Detailed Description

Definition at line 9 of file PassLegacy.cs.


The documentation for this class was generated from the following file: