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

◆ DrawColorCodedStringWithShadow() [1/2]

static void Terraria.UI.Chat.ChatManager.DrawColorCodedStringWithShadow ( SpriteBatch spriteBatch,
SpriteFont font,
string text,
Vector2 position,
Color baseColor,
float rotation,
Vector2 origin,
Vector2 baseScale,
float maxWidth = -1f,
float spread = 2f )
inlinestatic

Definition at line 366 of file ChatManager.cs.

367 {
368 if (!true)
369 {
370 }
371 if (true)
372 {
373 return;
374 }
375 if (!true)
376 {
377 }
378 TextSnippet[] array;
379 ChatManager.ConvertNormalSnippets(array);
380 if (!true)
381 {
382 }
383 }

References System.array, and Terraria.UI.Chat.ChatManager.ConvertNormalSnippets().