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

◆ HasSameLocation()

bool InControl.InputDeviceInfo.HasSameLocation ( InputDeviceInfo deviceInfo)
inline

Definition at line 84 of file InputDeviceInfo.cs.

85 {
86 bool flag = string.IsNullOrEmpty(this.location);
87 string text = this.location;
88 string text2 = deviceInfo.location;
89 return text == text2;
90 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, InControl.InputDeviceInfo.location, and System.text.