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

◆ SaveConfiguration()

void GUIControllerMappingStateTable.SaveConfiguration ( string configurationTable,
Preferences preferences )
inline

Definition at line 224 of file GUIControllerMappingStateTable.cs.

225 {
226 GUIControllerMappingState normal = this.Normal;
227 string text = configurationTable + "_";
230 string text2 = configurationTable + "Left_";
231 left.SaveConfiguration(text2, preferences);
232 GUIControllerMappingState right = this.Right;
233 string text3 = configurationTable + "Right_";
234 right.SaveConfiguration("Right_", preferences);
235 }
class f__AnonymousType0<< Count > j__TPar
void SaveConfiguration(string prefix, Preferences preferences)

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

Referenced by GUIControllerMappings.SaveConfiguration().