We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⚠️ Note that this issue is on the "netcode" branch
port = (ushort)lineEditPort.FilterRange(ushort.MaxValue);
port = (ushort)lineEditPort.FilterRange(ushort.MaxValue, 3000);
sankari/Scripts/UI/UIMapMenu.cs
Lines 25 to 28 in 9affa80
sankari/Scripts/Utils/Extensions/ExtensionsInput.cs
Lines 56 to 103 in 9affa80
The text was updated successfully, but these errors were encountered:
Major refactor for ExtensionsInput.FilterRange(...) #77
e2c0a01
Removed the min range functionality, was too complex to implement.
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
port = (ushort)lineEditPort.FilterRange(ushort.MaxValue);
toport = (ushort)lineEditPort.FilterRange(ushort.MaxValue, 3000);
Code where FilterRange() is used
sankari/Scripts/UI/UIMapMenu.cs
Lines 25 to 28 in 9affa80
Code for FilterRange()
sankari/Scripts/Utils/Extensions/ExtensionsInput.cs
Lines 56 to 103 in 9affa80
The text was updated successfully, but these errors were encountered: