progressPosition: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ") |
m (formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma2 | |game1= arma2 | ||
|1.00 | |version1= 1.00 | ||
| | |game2= arma2oa | ||
|version2= 1.51 | |||
|game3= tkoh | |||
| | |version3= 1.00 | ||
| | |game4= arma3 | ||
| | |version4= 0.50 | ||
| | |gr1= GUI Control | ||
| | |descr= Returns the current position in the [[CT_PROGRESS|progress bar]]. | ||
| [[ | |s1= '''progressPosition''' control | ||
|p1= control: [[Control]] - Progress bar | |||
|r1= [[Number]] - Progress from 0 to 1 | |||
|x1= <code>_progress = [[progressPosition]] _control;</code> | |||
|seealso= [[progressSetPosition]] [[ctrlScrollValues]] [[sliderPosition]] [[progressLoadingScreen]] | |||
}} | |||
[[ |
Revision as of 08:28, 25 May 2021
Description
- Description:
- Returns the current position in the progress bar.
- Groups:
- GUI Control
Syntax
- Syntax:
- progressPosition control
- Parameters:
- control: Control - Progress bar
- Return Value:
- Number - Progress from 0 to 1
Examples
- Example 1:
_progress = progressPosition _control;
Additional Information
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