Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DIRECTIONS

readonly int [] Terraria.WorldBuilding.Modifiers.NotTouching.DIRECTIONS
staticprivate
Initial value:
= new int[16]
{
0, -1, 1, 0, -1, 0, 0, 1, -1, -1,
1, -1, -1, 1, 1, 1
}

Definition at line 306 of file Modifiers.cs.

307 {
308 0, -1, 1, 0, -1, 0, 0, 1, -1, -1,
309 1, -1, -1, 1, 1, 1
310 };

Referenced by Terraria.WorldBuilding.Modifiers.NotTouching.Apply().