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

◆ ListenForBindingReplacing()

void InControl.PlayerAction.ListenForBindingReplacing ( BindingSource binding)
inline

Definition at line 321 of file PlayerAction.cs.

322 {
323 PlayerActionSet playerActionSet = this.<Owner>k__BackingField;
324 BindingListenOptions listenOptions;
325 if (this.ListenOptions == null)
326 {
327 listenOptions = playerActionSet.listenOptions;
328 }
331 BindingSourceListener[] array = this.bindingSourceListeners;
332 if (listenOptions != null)
333 {
334 }
335 }
class f__AnonymousType0<< Count > j__TPar
BindingListenOptions ListenOptions
string< Name > k__BackingField
PlayerActionSet Owner
readonly BindingSourceListener[] bindingSourceListeners

References System.array, InControl.PlayerAction.bindingSourceListeners, j__TPar, InControl.PlayerAction.k__BackingField, InControl.PlayerAction.ListenOptions, and InControl.PlayerAction.Owner.