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

◆ ToString()

override string Microsoft.Xna.Framework.Input.JoystickCapabilities.ToString ( )
inline

Definition at line 166 of file JoystickCapabilities.cs.

167 {
168 string text;
169 if (("[JoystickCapabilities: IsConnected=" == null || "[JoystickCapabilities: IsConnected=" != null) && (text == null || text != null))
170 {
171 string text2 = this.<Identifier>k__BackingField;
172 if ((text2 == null || text2 != null) && (", IsGamepad=" == null || ", IsGamepad=" != null))
173 {
174 bool flag = this.<IsGamepad>k__BackingField;
175 string text3;
176 if ((text3 == null || text3 != null) && (" , AxisCount=" == null || " , AxisCount=" != null))
177 {
178 int num = this.<AxisCount>k__BackingField;
179 string text4;
180 if ((text4 == null || text4 != null) && (", ButtonCount=" == null || ", ButtonCount=" != null))
181 {
182 int num2 = this.<ButtonCount>k__BackingField;
183 string text5;
184 if ((text5 == null || text5 != null) && (", HatCount=" == null || ", HatCount=" != null))
185 {
186 int num3 = this.<HatCount>k__BackingField;
187 string text6;
188 if ((text6 == null || text6 != null) && ("]" == null || "]" != null))
189 {
190 string text7;
191 return text7;
192 }
193 }
194 }
195 }
196 }
197 }
198 throw new ArrayTypeMismatchException();
199 }
class f__AnonymousType0<< Count > j__TPar

References Microsoft.Xna.Framework.Input.JoystickCapabilities.AxisCount, Microsoft.Xna.Framework.Input.JoystickCapabilities.ButtonCount, Microsoft.Xna.Framework.Input.JoystickCapabilities.HatCount, Microsoft.Xna.Framework.Input.JoystickCapabilities.Identifier, Microsoft.Xna.Framework.Input.JoystickCapabilities.IsGamepad, j__TPar, Microsoft.Xna.Framework.Input.JoystickCapabilities.k__BackingField, and System.text.