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

◆ IsValid

override bool InControl.DeviceBindingSource.IsValid
getpackage

Definition at line 256 of file DeviceBindingSource.cs.

257 {
258 get
259 {
260 PlayerAction <BoundTo>k__BackingField;
261 do
262 {
264 if (<BoundTo>k__BackingField == null)
265 {
266 goto IL_003F;
267 }
268 }
269 while (<BoundTo>k__BackingField.device != null);
272 <BoundTo>k__BackingField.UpdateVisibleBindings();
273 bool flag;
274 if (<BoundTo>k__BackingField.device.<ControlsByTarget>k__BackingField.upperDeadZone == null)
275 {
276 return flag;
277 }
278 IL_003F:
279 Debug.LogError("Cannot query property 'IsValid' for unbound BindingSource.");
280 return flag;
281 }
282 }
class f__AnonymousType0<< Count > j__TPar
InputControlType< Control > k__BackingField
static void LogError(object message)
Definition Debug.cs:62