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

◆ Copy()

void GUIControllerMappingState.Copy ( GUIControllerMappingState other)
inline

Definition at line 140 of file GUIControllerMappingState.cs.

141 {
144 if (this != null)
145 {
146 ControllerActionButton[] axisButtonBindings = other.AxisButtonBindings;
148 if (this != null)
149 {
150 ControllerActionAxis[] axisBindings = other.AxisBindings;
152 if (this != null)
153 {
154 return;
155 }
156 }
157 }
158 throw new ArrayTypeMismatchException();
159 }
class f__AnonymousType0<< Count > j__TPar
ControllerActionButton[] AxisButtonBindings
ControllerActionButton[] ButtonBindings

References AxisBindings, AxisButtonBindings, ButtonBindings, and j__TPar.

Referenced by GUIControllerMappingStateTable.Backup(), GUIControllerMappingStateTable.Copy(), and GUIControllerMappingStateTable.RestoreBackup().