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

◆ ToggleCamera()

void Terraria.Graphics.Capture.CaptureInterface.ToggleCamera ( bool On = true)
inline

Definition at line 152 of file CaptureInterface.cs.

153 {
154 if (16777216 == 0)
155 {
156 }
157 if (16777216 != 0)
158 {
159 return;
160 }
161 bool active = this.Active;
162 if (16777216 == 0)
163 {
164 }
165 int selectedMode = this.SelectedMode;
166 this.Active = 16777216 != 0;
167 if (10 == 0)
168 {
169 }
170 if (this.Active)
171 {
172 int selectedMode2 = this.SelectedMode;
173 return;
174 }
175 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Graphics.Capture.CaptureInterface.Active, j__TPar, and Terraria.Graphics.Capture.CaptureInterface.SelectedMode.

Referenced by Terraria.Graphics.Capture.CaptureInterface.Update().