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.ActionVines Class Reference
+ Inheritance diagram for Terraria.GameContent.Generation.ActionVines:

Public Member Functions

 ActionVines (int minLength=6, int maxLength=10, int vineId=52)
 
override bool Apply (Point origin, int x, int y, params object[] args)
 
GenAction IgnoreFailures ()
 
GenAction Output (ShapeData data)
 

Public Attributes

GenAction NextAction
 
ShapeData OutputData
 

Protected Member Functions

bool UnitApply (Point origin, int x, int y, params object[] args)
 
bool Fail ()
 

Properties

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

Private Attributes

int _minLength
 
int _maxLength
 
int _vineId
 
bool _returnFalseOnFailure = true
 

Detailed Description

Definition at line 9 of file ActionVines.cs.


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