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

◆ GetNavigationOutDirs()

override int GUIControllerAmmo4Page.GetNavigationOutDirs ( )
inlinevirtual

Reimplemented from GUIPageContentController.

Definition at line 9 of file GUIControllerAmmo4Page.cs.

10 {
11 int itemColmun = this.itemColmun;
12 int itemRow = this.itemRow;
13 return 8;
14 }

References GUIControllerAmmo.itemColmun, and GUIControllerAmmo.itemRow.