TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ Configuration_OnLoad()

void Terraria.WaterfallManager.Configuration_OnLoad ( Preferences preferences)
inlineprivate

Definition at line 70 of file WaterfallManager.cs.

71 {
72 maxWaterfallCount = Math.Max(0, preferences.Get("WaterfallDrawLimit", 1000));
73 waterfalls = new WaterfallData[maxWaterfallCount];
74 }

References Terraria.WaterfallManager.maxWaterfallCount, and Terraria.WaterfallManager.waterfalls.

Referenced by Terraria.WaterfallManager.BindTo().

+ Here is the caller graph for this function: