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

◆ PlayerAction()

InControl.PlayerAction.PlayerAction ( string name,
PlayerActionSet owner )
inline

Definition at line 112 of file PlayerAction.cs.

113 {
114 this.sensitivity = (float)16256;
115 this.upperDeadZone = (float)16256;
116 this.Name = name;
117 this.Owner = owner;
118 this.Raw = 16256 != 0;
121 owner.AddPlayerAction(this);
122 }
class f__AnonymousType0<< Count > j__TPar
readonly List< BindingSource > regularBindings
readonly List< BindingSource > visibleBindings

References InControl.PlayerActionSet.AddPlayerAction(), j__TPar, System.list, System.name, InControl.PlayerAction.regularBindings, and InControl.PlayerAction.visibleBindings.