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

◆ TeamDraw()

void GUIPVPIcons.TeamDraw ( ItemGrid_Layout gridLayout,
int index,
Vector2 position,
float scale )
inline

Definition at line 307 of file GUIPVPIcons.cs.

308 {
310 int myPlayer = Main.myPlayer;
311 if (this.HoverTeam == 0)
312 {
313 }
314 string text;
315 string textValue = Language.GetTextValue("ControllerMappings.PVPTeam" + text);
316 if ("ControllerMappings.PVPTeam" == null)
317 {
318 }
319 int hoverTeam = this.HoverTeam;
321 if (cursor != null)
322 {
323 }
324 int myPlayer2 = Main.myPlayer;
325 }
class f__AnonymousType0<< Count > j__TPar
static string GetTextValue(string key)
Definition Language.cs:54
static int myPlayer
Definition Main.cs:2337

References Terraria.Localization.Language.GetTextValue(), HoverTeam, PageControllerLayoutDefinition< T >.Instance, j__TPar, Terraria.Main.myPlayer, and System.text.