-
Notifications
You must be signed in to change notification settings - Fork 739
New issue
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
Arsenal - Add Incomplete Loadout Tooltips #10572
base: master
Are you sure you want to change the base?
Conversation
Don't know how to mark a PR as draft, but I have no idea why this doesn't work. The command runs and I cannot see any syntax errors. |
@@ -104,7 +104,7 @@ if (GVAR(currentLoadoutsTab) != IDC_buttonSharedLoadouts) then { | |||
} else { | |||
if (_unavailableItemsList isNotEqualTo []) then { | |||
_contentPanelCtrl lnbSetColor [[_newRow, 1], [1, 1, 1, 0.25]]; // Gray | |||
if GVAR(unavailableItemsTooltip) then { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The way it was is valid though, should have the ()
cause that's the standard, but this wouldn't cause any issues
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only thing I can think of that could be the issue is same frame execution... But that'd make absolutely zero sense for a tooltip and executing next frame was not resolving the issue - quite possibly user error though given it is me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does lnb support tooltips? might be a style
property thing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://community.bistudio.com/wiki/lnbSetTooltip
Not too well versed with GUI but appears so to me
IMO doesn't need to be a setting? |
Lots of loadouts would make moving mouse over loadouts screen obnoxious imo |
When merged this pull request will:
IMPORTANT
Component - Add|Fix|Improve|Change|Make|Remove {changes}
.