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

◆ State

bool InControl.OneAxisInputControl.State
getinherited

Definition at line 200 of file OneAxisInputControl.cs.

201 {
202 get
203 {
204 if (this.enabled && this.ownerEnabled)
205 {
206 InputControlState inputControlState = this.thisState;
207 return;
208 }
209 }
210 }
class f__AnonymousType0<< Count > j__TPar

Referenced by Controller.ControllerDevice.GetKeyRaw(), and Controller.ControllerDevice.GetKeyRaw2().