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

◆ GetTileOutlineInfo()

void Terraria.GameContent.Drawing.TileDrawing.GetTileOutlineInfo ( int x,
int y,
ushort typeCache,
Color tileLight,
Texture2D highlightTexture,
Color highlightColor )
inlineprivate

Definition at line 1197 of file TileDrawing.cs.

1198 {
1199 if (!true)
1200 {
1201 }
1202 bool flag = Main.InSmartCursorHighlightArea(int.MinValue, y, y != 0);
1203 byte r = tileLight.R;
1204 byte b = tileLight.B;
1205 if (r == 0)
1206 {
1207 }
1208 Color color;
1209 highlightColor.A = color;
1210 }
class f__AnonymousType0<< Count > j__TPar

References Microsoft.Xna.Framework.Graphics.Color.B, Terraria.Main.InSmartCursorHighlightArea(), j__TPar, and Microsoft.Xna.Framework.Graphics.Color.R.