BIS fnc initSliderValue: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
Lou Montana (talk | contribs) |
||
Line 16: | Line 16: | ||
|p4= default: [[Number]] - When present, only the value is set, functionality is not initialized | |p4= default: [[Number]] - When present, only the value is set, functionality is not initialized | ||
| [[Nothing]] | |r1= [[Nothing]] | ||
|x1= <code>[_this [[controlsGroupCtrl]] 100, _this [[controlsGroupCtrl]] 101, "m", 50] [[call]] [[BIS_fnc_initSliderValue]];</code> | |x1= <code>[_this [[controlsGroupCtrl]] 100, _this [[controlsGroupCtrl]] 101, "m", 50] [[call]] [[BIS_fnc_initSliderValue]];</code> |
Revision as of 09:58, 10 June 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Eden Editor
Syntax
- Syntax:
- Syntax needed
- Parameters:
- ctrlSlider: Control - Slider control, usually the first control within the controls group
- ctrlEdit: Control - Edit Box, usually the second control within the controls group
- unit: String - Measurement unit added behind the number within the edit box ("%" by default)
- default: Number - When present, only the value is set, functionality is not initialized
- Return Value:
- Nothing
Examples
- Example 1:
[_this controlsGroupCtrl 100, _this controlsGroupCtrl 101, "m", 50] call BIS_fnc_initSliderValue;
Additional Information
- See also:
- Eden Editor: Configuring Attributes
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