Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
MIL_Track
Manage
Activity
Members
Labels
Plan
Issues
22
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Miller
MIL_Track
Commits
d7990567
Commit
d7990567
authored
3 weeks ago
by
Miller
Browse files
Options
Downloads
Patches
Plain Diff
make sizemarker visible in bft
change the sizemarker in bft with white version
parent
a1c090ec
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
addons/track/functions/fnc_handleMapMBC.sqf
+3
-1
3 additions, 1 deletion
addons/track/functions/fnc_handleMapMBC.sqf
with
3 additions
and
1 deletion
addons/track/functions/fnc_handleMapMBC.sqf
+
3
−
1
View file @
d7990567
...
@@ -96,7 +96,9 @@ if ( _button == 0 ) exitWith {
...
@@ -96,7 +96,9 @@ if ( _button == 0 ) exitWith {
(
GVAR
(
DeviceNamespace
)
getVariable
_target
)
params
[
""
,
""
,
""
,
""
,
"_typeMarker"
,
"_sizeMarker"
,
"_SetUnitName"
,
""
,
"_SetSR"
,
"_SetLR"
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
"_upperAddMarker"
,
"_lowerAddMarker"
];
(
GVAR
(
DeviceNamespace
)
getVariable
_target
)
params
[
""
,
""
,
""
,
""
,
"_typeMarker"
,
"_sizeMarker"
,
"_SetUnitName"
,
""
,
"_SetSR"
,
"_SetLR"
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
"_upperAddMarker"
,
"_lowerAddMarker"
];
(
_display
getVariable
QGVAR
(
MBFT_unit
))
ctrlSetText
(
getText
(
configFile
>>
"CfgMarkers"
>>
_typeMarker
>>
"icon"
));
(
_display
getVariable
QGVAR
(
MBFT_unit
))
ctrlSetText
(
getText
(
configFile
>>
"CfgMarkers"
>>
_typeMarker
>>
"icon"
));
(
_display
getVariable
QGVAR
(
MBFT_unit
))
ctrlSetTextColor
COLOR_BLUEFOR
;
(
_display
getVariable
QGVAR
(
MBFT_unit
))
ctrlSetTextColor
COLOR_BLUEFOR
;
(
_display
getVariable
QGVAR
(
MBFT_unitSize
))
ctrlSetText
(
getText
(
configFile
>>
"CfgMarkers"
>>
_sizeMarker
>>
"icon"
));
private
_sizeMarkerFile
=
(
getText
(
configFile
>>
"CfgMarkers"
>>
_sizeMarker
>>
"icon"
));
if
(
!
(
"placeholder"
in
_sizeMarkerFile
))
then
{
_sizeMarkerFile
=
_sizeMarkerFile
insert
[(
count
_sizeMarkerFile
-
7
),
"_i"
]};
(
_display
getVariable
QGVAR
(
MBFT_unitSize
))
ctrlSetText
_sizeMarkerFile
;
(
_display
getVariable
QGVAR
(
MBFT_upperAdd
))
ctrlSetText
(
getText
(
configFile
>>
"CfgMarkers"
>>
_upperAddMarker
>>
"icon"
));
(
_display
getVariable
QGVAR
(
MBFT_upperAdd
))
ctrlSetText
(
getText
(
configFile
>>
"CfgMarkers"
>>
_upperAddMarker
>>
"icon"
));
(
_display
getVariable
QGVAR
(
MBFT_lowerAdd
))
ctrlSetText
(
getText
(
configFile
>>
"CfgMarkers"
>>
_lowerAddMarker
>>
"icon"
));
(
_display
getVariable
QGVAR
(
MBFT_lowerAdd
))
ctrlSetText
(
getText
(
configFile
>>
"CfgMarkers"
>>
_lowerAddMarker
>>
"icon"
));
(
_display
getVariable
QGVAR
(
MBFT_unitName
))
ctrlSetText
_SetUnitName
;
(
_display
getVariable
QGVAR
(
MBFT_unitName
))
ctrlSetText
_SetUnitName
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment