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
Namely targeting Second Wave options
The text was updated successfully, but these errors were encountered:
Issue X2CommunityCore#148 Difficulty menu change hook
9830a74
static function UpdateUIOnDifficultyChange(UIShellDifficulty UIShellDifficulty) { UIMechaListItem(UIShellDifficulty.m_SecondWaveList.GetItem(default.NCE_ListPosition)).Checkbox.SetChecked(true); if (UIShellDifficulty.m_iSelectedDifficulty > 0) { UIMechaListItem(UIShellDifficulty.m_SecondWaveList.GetItem(default.SignalReserves_ListPosition)).Checkbox.SetChecked(false); } else { UIMechaListItem(UIShellDifficulty.m_SecondWaveList.GetItem(default.SignalReserves_ListPosition)).Checkbox.SetChecked(true); } }
Sorry, something went wrong.
Issue #148 Difficulty menu change hook
d1992ac
Add Issue #148 to CHANGELOG.
48760bd
No branches or pull requests
Namely targeting Second Wave options
The text was updated successfully, but these errors were encountered: