terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Terraria.GameContent.Generation.PassLegacy Class Reference
+ Inheritance diagram for Terraria.GameContent.Generation.PassLegacy:
+ Collaboration 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)
 
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, set]
 
static TileData _tiles [get, set]
 
static int _worldWidth [get, set]
 
static int _worldHeight [get, set]
 

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 11 of file PassLegacy.cs.


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