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

◆ LoadConfiguration()

void GUIControllerMappingStateTable.LoadConfiguration ( string configurationTable,
Preferences preferences,
bool mappingsCleared,
List< ControllerActionButton > allowedButtons,
List< ControllerActionAxis > allowedAxis )
inline

Definition at line 238 of file GUIControllerMappingStateTable.cs.

239 {
240 GUIControllerMappingState normal = this.Normal;
241 string text = configurationTable + "_";
244 string text2 = configurationTable + "Left_";
246 GUIControllerMappingState right = this.Right;
247 string text3 = configurationTable + "Right_";
249 }
class f__AnonymousType0<< Count > j__TPar
void LoadConfiguration(string prefix, Preferences preferences, bool mappingsCleared, List< ControllerActionButton > allowedButtons, List< ControllerActionAxis > allowedAxis)

References j__TPar, Left, GUIControllerMappingState.LoadConfiguration(), Normal, Right, and System.text.

Referenced by GUIControllerMappings.LoadConfiguration().