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

◆ Draw() [5/5]

static void GUIString.Draw ( String_Layout layout,
TextSnippet[] textSnippets,
[Out] int snippetSelected,
float maxWidth = -1f,
int maxLines = 100 )
inlinestatic

Definition at line 12 of file GUIString.cs.

13 {
15 Vector2 location = layout.Location;
16 float x = layout.Location.X;
17 float y = layout.Location.Y;
18 SpriteFont font = layout.GetFont();
19 float scale = layout.Scale;
20 LayoutCalculator.AnchorType alignment = layout.Alignment;
21 SpriteFont font2 = layout.GetFont();
22 if (!true)
23 {
24 }
25 if (!true)
26 {
27 }
28 float scale2 = layout.Scale;
29 if (!true)
30 {
31 }
32 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.

Referenced by GUIReturnToTouch.Draw(), Draw(), Draw(), and GUIResearch.DrawItemProgress().