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

◆ RemoveBinding()

void InControl.PlayerActionSet.RemoveBinding ( BindingSource binding)
inlineinherited

Definition at line 316 of file PlayerActionSet.cs.

317 {
318 if (binding != null)
319 {
320 int size = this.actions._size;
321 BindingSource bindingSource;
322 if (bindingSource != null)
323 {
324 PlayerAction <BoundTo>k__BackingField = bindingSource.<BoundTo>k__BackingField;
325 }
327 return;
328 }
329 }
class f__AnonymousType0<< Count > j__TPar
InputDevice< Device > k__BackingField
List< PlayerAction > actions

References InControl.PlayerActionSet.actions, j__TPar, InControl.PlayerActionSet.k__BackingField, and System.list.