You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/Sandbox.Game/Game/Screens/MyGuiScreenDialogAmount.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ public class MyGuiScreenDialogAmount : MyGuiScreenBase
41
41
/// <param name="minMaxDecimalDigits">Number of digits used from min and max value. Decimal places beyond this value are cut off (no rounding occurs).</param>
42
42
/// <param name="parseAsInteger">True will ensure parsing as integer number (you cannot input decimal values). False will parse as decimal number.</param>
0 commit comments