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

◆ DisableConflictingActions()

void GUIControllerMappingStateTable.DisableConflictingActions ( GUIControllerMappingStateTable other,
bool altDisableFaceBindings = true )
inline

Definition at line 286 of file GUIControllerMappingStateTable.cs.

287 {
288 GUIControllerMappingState normal = this.Normal;
294 GUIControllerMappingState right = this.Right;
303 int size = other.LinkedParentStates._size;
304 int size2 = other.LinkedParentStates._size;
305 }
class f__AnonymousType0<< Count > j__TPar
void DisableConflictingActions(GUIControllerMappingState other)

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

Referenced by GUIControllerMappings.UpdateUIInteractionOverloads().