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

◆ FindActiveDevice()

InputDevice InControl.PlayerActionSet.FindActiveDevice ( )
inlineprivateinherited

Definition at line 276 of file PlayerActionSet.cs.

277 {
280 int size = list._size;
281 int size2 = list2._size;
282 if (list == null)
283 {
284 }
285 return InputManager.ActiveDevice;
286 }
class f__AnonymousType0<< Count > j__TPar
List< InputDevice > IncludeDevices
InputDevice< Device > k__BackingField
List< InputDevice > ExcludeDevices

References InControl.InputManager.ActiveDevice, InControl.PlayerActionSet.ExcludeDevices, InControl.PlayerActionSet.IncludeDevices, j__TPar, InControl.PlayerActionSet.k__BackingField, and System.list.