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
◆
controlsEnabled
bool InControl.TouchManager.controlsEnabled
get
set
Definition at line
324
of file
TouchManager.cs
.
325
{
326
get
327
{
328
return
this.
_controlsEnabled
;
329
}
330
set
331
{
332
bool
controlsEnabled
= this.
_controlsEnabled
;
333
TouchControl[]
array
= this.
touchControls
;
334
base.enabled
=
value
;
335
TouchControl[]
array2
= this.
touchControls
;
336
base.enabled
=
value
;
337
}
338
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
InControl.TouchManager.touchControls
TouchControl[] touchControls
Definition
TouchManager.cs:882
InControl.TouchManager._controlsEnabled
bool _controlsEnabled
Definition
TouchManager.cs:847
InControl.TouchManager.controlsEnabled
bool controlsEnabled
Definition
TouchManager.cs:325
System.ExceptionArgument.value
@ value
System.ExceptionArgument.array
@ array
InControl
TouchManager
Generated by
1.10.0