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 GUIControllerMappingStateTable.Copy ( GUIControllerMappingStateTable other)
inline

Definition at line 266 of file GUIControllerMappingStateTable.cs.

267 {
268 GUIControllerMappingState normal = this.Normal;
270 normal.Copy(normal2);
273 left.Copy(left2);
274 GUIControllerMappingState right = this.Right;
276 right.Copy(right2);
277 }
class f__AnonymousType0<< Count > j__TPar
void Copy(GUIControllerMappingState other)

References GUIControllerMappingState.Copy(), j__TPar, Left, Normal, and Right.

Referenced by GUIControllerMappings.SetMapping().