Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.GameContent.TreeTopsInfo Class Reference

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 ()
 

Private Member Functions

void DoTreeFX (int areaID)
 
void CopyExistingWorldInfo ()
 

Private Attributes

int[] _variations = new int[AreaId.Count]
 

Detailed Description

Definition at line 7 of file TreeTopsInfo.cs.


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