We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f67e79 commit 38b2e0fCopy full SHA for 38b2e0f
Source/Orts.Simulation/Common/Scripting/EuropeanTrainControlSystem.cs
@@ -122,7 +122,9 @@ public class ETCSStatus
122
/// True if the text message area shall be displayed
123
/// </summary>
124
public bool TextMessageAreaShown;
125
- [Obsolete("ShowTextMessageArea is deprecated. Use TextMessageAreaShown instead.")]
+ /// <summary>
126
+ /// Legacy variable. Please use TextMessageAreaShown instead
127
+ /// </summary>
128
public bool ShowTextMessageArea => TextMessageAreaShown;
129
/// <summary>
130
/// List of text messages to be displayed in text area. Do not rely on the order, as the DMI will reorder the list.
0 commit comments