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

◆ Activate()

void GUIPlayerCreateController_Info.Activate ( )
inline

Implements GUIControllerItem.

Definition at line 15 of file GUIPlayerCreateController_Info.cs.

16 {
17 byte difficulty = Main.PendingPlayer.difficulty;
18 this.element = (int)difficulty;
19 }
class f__AnonymousType0<< Count > j__TPar
static Player PendingPlayer
Definition Main.cs:2715

References Terraria.Player.difficulty, j__TPar, and Terraria.Main.PendingPlayer.