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

◆ Draw()

void GUISafeRegionEdit.Draw ( )
inline

Definition at line 81 of file GUISafeRegionEdit.cs.

82 {
83 bool leftPressed = this.LeftPressed;
84 bool rightPressed = this.RightPressed;
85 bool topPressed = this.TopPressed;
86 bool bottomPressed = this.BottomPressed;
87 bool leftPressed2 = this.LeftPressed;
88 bool rightPressed2 = this.RightPressed;
89 bool topPressed2 = this.TopPressed;
90 bool bottomPressed2 = this.BottomPressed;
91 }
class f__AnonymousType0<< Count > j__TPar

References BottomPressed, j__TPar, LeftPressed, RightPressed, and TopPressed.