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
|
Classes | |
class | AreaId |
Public Member Functions | |
void | Save (BinaryWriter writer) |
void | Load (BinaryReader reader, int loadVersion) |
void | SyncSend (BinaryWriter writer) |
void | SyncReceive (BinaryReader reader) |
int | GetTreeStyle (int areaId) |
void | RandomizeTreeStyleBasedOnWorldPosition (UnifiedRandom rand, Vector2 worldPosition) |
void | RandomizeTreeStyle (UnifiedRandom rand, int areaId) |
void | CopyExistingWorldInfoForWorldGeneration () |
void | CopyExistingWorldInfo () |
TreeTopsInfo () | |
Private Member Functions | |
void | DoTreeFX (int areaID) |
Private Attributes | |
int[] | _variations |
Definition at line 15 of file TreeTopsInfo.cs.