terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ OnWaveDraw

Action< TileBatch > Terraria.GameContent.Shaders.WaterShaderData.OnWaveDraw
addremove

Definition at line 17 of file WaterShaderData.cs.

18 {
20 add
21 {
23 if (@delegate != null && @delegate == null)
24 {
25 return;
26 }
27 }
29 remove
30 {
32 if (@delegate != null && @delegate == null)
33 {
34 return;
35 }
36 }
37 }
class f__AnonymousType0<< Count > j__TPar
static Delegate Combine(Delegate a, Delegate b)
Definition Delegate.cs:255
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278

Referenced by Terraria.GameContent.Shaders.WaterShaderData.DrawWaves().