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

◆ IsSupportedOnThisPlatform

bool InControl.InputDeviceProfile.IsSupportedOnThisPlatform
getinherited

Definition at line 395 of file InputDeviceProfile.cs.

396 {
397 get
398 {
399 VersionInfo versionInfo = VersionInfo.UnityVersion();
400 VersionInfo versionInfo2 = this.minUnityVersion;
401 int patch = this.minUnityVersion.patch;
402 VersionInfo versionInfo3 = this.maxUnityVersion;
403 int patch2 = this.maxUnityVersion.patch;
404 int systemBuildNumber = Utility.GetSystemBuildNumber();
405 int num = this.maxSystemBuildNumber;
406 int num2 = this.minSystemBuildNumber;
407 string[] array = this.excludePlatforms;
408 if (array != null)
409 {
410 if (array == null)
411 {
412 }
413 string[] array2 = this.excludePlatforms;
414 string text;
415 bool flag = text.Contains(text);
416 }
417 string[] array3 = this.includePlatforms;
418 if (array3 != null && array3 != null)
419 {
420 if (array3 == null)
421 {
422 }
423 string[] array4 = this.includePlatforms;
424 string text2;
425 bool flag2 = text2.Contains(text2);
426 return;
427 }
428 }
429 }
class f__AnonymousType0<< Count > j__TPar