BIS fnc initSliderValue: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1= Eden Editor |GROUP1")
m (Text replacement - "\[\[Category\:Function Group\: Eden Editor(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
Line 37: Line 37:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Eden Editor|{{uc:initSliderValue}}]]
 
[[Category:Functions|{{uc:initSliderValue}}]]
[[Category:Functions|{{uc:initSliderValue}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:initSliderValue}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:initSliderValue}}]]

Revision as of 12:03, 12 October 2020

Hover & click on the images for description

Description

Description:
GROUP1 ____________________________________________________________________________________________
Execution:
call
Groups:
Eden Editor

Syntax

Syntax:
Iniitialises a slider attribute control within the Eden Editor.
Parameters:
Slider Control - Slider control, usually the first control within the controls group
Edit box Control - Edit Box, usually the second control within the controls group
Measurement unit String - Measurement unit added behind the number within the edit box ("%" by default)
Default Value Number - When present, only the value is set, functionality is not initialized
Return Value:
[Slider, Edit box, Measurement unit, Default value] call BIS_fnc_initSliderValue;

Examples

Example 1:
[_this controlsGroupCtrl 100, _this controlsGroupCtrl 101, "m", 50] call BIS_fnc_initSliderValue;

Additional Information

See also:
Nothing

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section