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

◆ Copy()

void Terraria.UI.Chat.ChatLine.Copy ( ChatLine other)
inline

Definition at line 21 of file ChatLine.cs.

22 {
23 bool flag = other.needsParsing;
24 this.needsParsing = flag;
25 int? num = other.parsingPixelLimit;
27 int num2 = other.showTime;
29 Color color = other.color;
31 Vector2 vector = other.calculatedSizeMiniTouch;
33 Vector2 vector2 = other.calculatedSizeMini;
35 Vector2 vector3 = other.calculatedSizePage;
37 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.UI.Chat.ChatLine.color, and j__TPar.