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 GUIControllerMappingEntry.HasMapping
get

Definition at line 27 of file GUIControllerMappingEntry.cs.

28 {
29 get
30 {
32 if (controllerActionVector != null)
33 {
35 }
37 bool hasMapping;
38 if (controllerActionButton != null)
39 {
41 return hasMapping;
42 }
43 return hasMapping;
44 }
45 }
class f__AnonymousType0<< Count > j__TPar