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

◆ DrawTeamGrid()

void GUIPVPIcons.DrawTeamGrid ( )
inline

Definition at line 59 of file GUIPVPIcons.cs.

60 {
61 if (this.ShowTeamGrid)
62 {
63 Rectangle region = this.GetRegion();
67 return;
68 }
69 if (this.pickingInterceptor != null)
70 {
71 }
74 if (32640 == 0)
75 {
76 }
78 if (guiinputRegionExclusive != null)
79 {
80 int num = 1;
82 }
83 }
class f__AnonymousType0<< Count > j__TPar
Rectangle GetRegion()
GUIInputRegionExclusive pickingInterceptor
bool ShowTeamGrid
static Rectangle GetRegion(TransactionButton_Layout layout)
static bool ControllerModeLocked

References XNAUnityRunner.ControllerModeLocked, GetRegion(), GUITransactionButton.GetRegion(), PageControllerLayoutDefinition< T >.Instance, j__TPar, pickingInterceptor, and ShowTeamGrid.