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

◆ HasMapping

bool Controller.ControllerActionVector.HasMapping
get

Definition at line 33 of file ControllerActionVector.cs.

34 {
35 get
36 {
37 for (;;)
38 {
39 int size = this.X._entries._size;
40 int size2 = this.Y._entries._size;
41 if (this.LinkedAction == null)
42 {
43 return;
44 }
45 }
46 }
47 }
class f__AnonymousType0<< Count > j__TPar
List< ControllerActionAxis.Entry > _entries

Referenced by GUIControlsBanner.AddAction().