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

◆ GetSelectedStyle()

int GUIClothesWindow.GetSelectedStyle ( )
inline

Definition at line 12 of file GUIClothesWindow.cs.

13 {
14 int[] array = this.playerStyles;
15 if (array == null)
16 {
17 return;
18 }
19 Player player = this.clonePlayer;
20 if (player != null)
21 {
22 int skinVariant = player.skinVariant;
23 return array;
24 }
25 }

References System.array, clonePlayer, playerStyles, and Terraria.Player.skinVariant.