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

◆ CallWindowDelegate()

static void UnityEngine.GUI.CallWindowDelegate ( GUI::WindowFunction func,
int id,
int instanceID,
GUISkin _skin,
int forceRect,
float width,
float height,
GUIStyle style )
inlinestaticpackage

Definition at line 219 of file GUI.cs.

220 {
221 int num = 1;
222 if (num == 0)
223 {
224 }
225 int num2 = 1;
226 GUILayoutUtility.LayoutCache layoutCache = GUILayoutUtility.SelectIDList(id, num2 != 0);
227 if (num == 0)
228 {
229 }
230 GUISkin skin = GUI.skin;
231 throw new MissingMethodException();
232 }
class f__AnonymousType0<< Count > j__TPar
static GUISkin skin
Definition GUI.cs:41
static GUI()
Definition GUI.cs:16

References j__TPar, UnityEngine.GUILayoutUtility.SelectIDList(), and UnityEngine.GUI.skin.