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

◆ CloseNameEditAndSaveIf()

void GUIWorldSelectMenu.CloseNameEditAndSaveIf ( )
inlineprivate

Definition at line 208 of file GUIWorldSelectMenu.cs.

209 {
210 int selectedItem = this.SelectedItem;
211 int size = this.SortedWorldData._size;
212 string text;
213 int stringLength = text._stringLength;
215 int selectedItem2 = this.SelectedItem;
217 }
class f__AnonymousType0<< Count > j__TPar
List< WorldFileData > SortedWorldData
static bool RenameWorldUsingLoadAndSave(string newName)
Definition WorldFile.cs:400

References System.Collections.Generic.List< T >._size, j__TPar, Terraria.IO.WorldFile.RenameWorldUsingLoadAndSave(), SelectedItem, SortedWorldData, and System.text.

Referenced by WorldDraw().