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

◆ TransferMapping()

void GUIControllerMappingState.TransferMapping ( ControllerActionButton mapping,
GUIControllerMappingState other )
inline

Definition at line 191 of file GUIControllerMappingState.cs.

192 {
195 if (mapping == null || mapping != null)
196 {
199 ControllerActionButton[] axisButtonBindings2 = other.AxisButtonBindings;
200 if (mapping == null || mapping != null)
201 {
203 return;
204 }
205 }
206 throw new ArrayTypeMismatchException();
207 }
class f__AnonymousType0<< Count > j__TPar
ControllerActionButton[] AxisButtonBindings
ControllerActionButton[] ButtonBindings

References AxisButtonBindings, ButtonBindings, and j__TPar.

Referenced by GUIControllerMappingStateTable.TransferMapping().