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

◆ CommitWithSides()

void InControl.OneAxisInputControl.CommitWithSides ( InputControl negativeSide,
InputControl positiveSide,
ulong updateTick,
float deltaTime )
inlinepackageinherited

Definition at line 173 of file OneAxisInputControl.cs.

174 {
175 float num = negativeSide.lowerDeadZone;
176 float num2 = positiveSide.lowerDeadZone;
177 this.lowerDeadZone = num;
178 float num3 = negativeSide.upperDeadZone;
179 float num4 = positiveSide.upperDeadZone;
181 if (negativeSide.Raw)
182 {
183 return;
184 }
185 bool raw = positiveSide.Raw;
186 this.Raw = raw;
187 if (negativeSide.enabled && negativeSide.ownerEnabled)
188 {
189 float rawValue = negativeSide.thisState.RawValue;
190 }
191 if (positiveSide.enabled && positiveSide.ownerEnabled)
192 {
193 float rawValue2 = positiveSide.thisState.RawValue;
194 }
195 this.Commit();
196 }
class f__AnonymousType0<< Count > j__TPar

References InControl.OneAxisInputControl.Commit(), and j__TPar.