|
Terraria v1.4.4.9
Terraria source code documentation
|
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] |
Definition at line 7 of file TreeTopsInfo.cs.