67 lines
2.6 KiB
C#
67 lines
2.6 KiB
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Terraria.ID.MenuID
|
|
// Assembly: Terraria, Version=1.4.0.5, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 67F9E73E-0A81-4937-A22C-5515CD405A83
|
|
// Assembly location: C:\Users\mikeyisbaeyt\Downloads\depotdownloader-2.4.5\depots\105601\6707058\Terraria.exe
|
|
|
|
namespace Terraria.ID
|
|
{
|
|
public static class MenuID
|
|
{
|
|
public const int None = -1;
|
|
public const int LanguageSelectFirstRun = 1212;
|
|
public const int LanguageSelect = 1213;
|
|
public const int ServerPasswordRequested = 31;
|
|
public const int MultiplayerJoining = 14;
|
|
public const int SteamMultiplayer = 882;
|
|
public const int ServerPasswordSet = 30;
|
|
public const int SteamMultiplayerOptions = 889;
|
|
public const int Error = 15;
|
|
public const int LoadFailedWithBackup = 200;
|
|
public const int LoadFailedNoBackup = 201;
|
|
public const int Status = 10;
|
|
public const int AutomaticServerConnect = 100;
|
|
public const int Title = 0;
|
|
public const int CharacterSelect = 1;
|
|
public const int CharacterCreation = 2;
|
|
public const int HardcoreOption = 222;
|
|
public const int ClothesSelect = 20;
|
|
public const int HairColor = 17;
|
|
public const int EyeColor = 18;
|
|
public const int SkinColor = 19;
|
|
public const int ShirtColor = 21;
|
|
public const int UndershirtColor = 22;
|
|
public const int PantsColor = 23;
|
|
public const int ShoeColor = 24;
|
|
public const int CharacterName = 3;
|
|
public const int CharacterDeletion = 4;
|
|
public const int CharacterDeletionConfirmation = 5;
|
|
public const int WorldSelect = 6;
|
|
public const int WorldExpert = -7;
|
|
public const int WorldEvil = -71;
|
|
public const int WorldName = 7;
|
|
public const int WorldSeed = 5000;
|
|
public const int WorldDeletion = 8;
|
|
public const int WorldDeletionConfirmation = 9;
|
|
public const int Settings = 11;
|
|
public const int GeneralSettings = 112;
|
|
public const int UISettings = 1112;
|
|
public const int VideoSettings = 1111;
|
|
public const int EffectsSettings = 2008;
|
|
public const int FullscreenSettings = 111;
|
|
public const int CursorSettings = 1125;
|
|
public const int CursorColor = 25;
|
|
public const int CursorEdgeColor = 252;
|
|
public const int VolumeSettings = 26;
|
|
public const int BackgroundScrollSettings = 28;
|
|
public const int MapKeybindSettings = 272727;
|
|
public const int KeybindSettings = 27;
|
|
public const int ControlSettings = 1127;
|
|
public const int Multiplayer = 12;
|
|
public const int ServerIP = 13;
|
|
public const int ServerPort = 131;
|
|
public const int WorldSize = 16;
|
|
public const int FancyUI = 888;
|
|
public const int RejectedWorld = 1000000;
|
|
}
|
|
}
|