Missing tooltips for buildbox, lightsource and revivebox#839
Open
wersal454 wants to merge 5 commits intoAntistasi-Ultimate-Community:unstablefrom
Open
Missing tooltips for buildbox, lightsource and revivebox#839wersal454 wants to merge 5 commits intoAntistasi-Ultimate-Community:unstablefrom
wersal454 wants to merge 5 commits intoAntistasi-Ultimate-Community:unstablefrom
Conversation
Signed-off-by: wersal <wroma@bk.ru>
UnseenKill
requested changes
Mar 14, 2026
Comment on lines
+492
to
+515
| if (_className isEqualTo "Box_NATO_Support_F") then | ||
| { | ||
| _itemPic ctrlSetTooltip localize "STR_antistasi_dialogs_buy_vehicle_revivekitbox_tooltip"; | ||
| }; | ||
| if (_className isEqualTo "Land_PlasticCase_01_small_black_F") then | ||
| { | ||
| _itemPic ctrlSetTooltip localize "STR_antistasi_dialogs_buy_vehicle_buildbox_tooltip"; | ||
| }; | ||
| if (_className isEqualTo "Land_PlasticCase_01_medium_black_F") then | ||
| { | ||
| _itemPic ctrlSetTooltip localize "STR_antistasi_dialogs_buy_vehicle_buildbox_tooltip"; | ||
| }; | ||
| if (_className isEqualTo "A3AU_Build_Box_Large_1") then | ||
| { | ||
| _itemPic ctrlSetTooltip localize "STR_antistasi_dialogs_buy_vehicle_buildbox_tooltip"; | ||
| }; | ||
| if (_className isEqualTo "Land_PlasticCase_01_large_black_F") then | ||
| { | ||
| _itemPic ctrlSetTooltip localize "STR_antistasi_dialogs_buy_vehicle_buildbox_tooltip"; | ||
| }; | ||
| if (_className isEqualTo "A3AU_Build_Box_Humongous") then | ||
| { | ||
| _itemPic ctrlSetTooltip localize "STR_antistasi_dialogs_buy_vehicle_buildbox_tooltip"; | ||
| }; |
There was a problem hiding this comment.
Add this as a new property in their config definition and read it out here with a single line instead.
Co-authored-by: UnseenKill <post@oliver-schieche.de> Signed-off-by: wersal <wroma@bk.ru>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
Sub-categories:
What have you changed, and why?
Information:
Part of the #607, adds missing tooltips for buildbox, lightsource and revivebox
How can your changes be tested, or reproduced?
Does this PR include changes not authored by you?
Further info:
Please verify the following (If possible).
*- Mandatory**Is further work needed?
Please specify which Issue this PR Resolves (If Applicable).
This PR closes #XYZ.
Notes: