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

◆ IsSame()

bool GUIControllerMappingStateTable.IsSame ( GUIControllerMappingStateTable other)
inline

Definition at line 252 of file GUIControllerMappingStateTable.cs.

253 {
254 GUIControllerMappingState normal = this.Normal;
256 bool flag = normal.IsSame(normal2);
259 bool flag2 = left.IsSame(left2);
260 GUIControllerMappingState right = this.Right;
262 return right.IsSame(right2);
263 }
class f__AnonymousType0<< Count > j__TPar
bool IsSame(GUIControllerMappingState other)

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