|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | UpdateCache () |
| void | UpdateFlashValues () |
| float | GetFlashPower (int areaId) |
Private Member Functions | |
| void | UpdateVariation (int areaId, int newVariationValue) |
| void | ValueChanged (int areaId) |
Private Attributes | |
| int[] | _variations = new int[TreeTopsInfo.AreaId.Count] |
| float[] | _flashPower = new float[TreeTopsInfo.AreaId.Count] |
Definition at line 5 of file BackgroundChangeFlashInfo.cs.