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
|
Public Member Functions | |
override bool | Place (Point origin, StructureMap structures) |
CaveHouseBiome () | |
delegate bool | CustomPerUnitAction (int x, int y, params object[] args) |
Properties | |
double | IceChestChance [get, set] |
double | JungleChestChance [get, set] |
double | GoldChestChance [get, set] |
double | GraniteChestChance [get, set] |
double | MarbleChestChance [get, set] |
double | MushroomChestChance [get, set] |
double | DesertChestChance [get, set] |
static UnifiedRandom | _random [get, set] |
static TileData | _tiles [get, set] |
static int | _worldWidth [get, set] |
static int | _worldHeight [get, set] |
Private Member Functions | |
void | ApplyConfigurationToBuilder (HouseBuilder builder) |
Private Attributes | |
double< IceChestChance > | k__BackingField |
double< JungleChestChance > | k__BackingField |
double< GoldChestChance > | k__BackingField |
double< GraniteChestChance > | k__BackingField |
double< MarbleChestChance > | k__BackingField |
double< MushroomChestChance > | k__BackingField |
double< DesertChestChance > | k__BackingField |
readonly HouseBuilderContext | _builderContext |
Definition at line 13 of file CaveHouseBiome.cs.