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

◆ CallOnBindingAdded()

void InControl.BindingListenOptions.CallOnBindingAdded ( PlayerAction playerAction,
BindingSource bindingSource )
inline

Definition at line 18 of file BindingListenOptions.cs.

19 {
20 if (this.OnBindingAdded != null)
21 {
22 return;
23 }
24 }
Action< PlayerAction, BindingSource > OnBindingAdded

References InControl.BindingListenOptions.OnBindingAdded.