ctrlSetPositionH: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)]]" to "{{GameCategory|arma3|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma3 |Game= | | arma3 |Game= | ||
Line 13: | Line 12: | ||
|gr1= GUI Control |GROUP1= | |gr1= GUI Control |GROUP1= | ||
| Sets wanted H position for 2D control. [[ctrlCommit]] is required to complete the operation. |Description= | | Sets wanted H position for 2D control. [[ctrlCommit]] is required to complete the operation. |Description= | ||
| controlName [[ctrlSetPositionH]] h |Syntax= | | controlName [[ctrlSetPositionH]] h |Syntax= | ||
Line 25: | Line 22: | ||
| [[Nothing]] |Return Value= | | [[Nothing]] |Return Value= | ||
|x1= <code>_ctrl [[ctrlSetPositionH]] 0.5; | |x1= <code>_ctrl [[ctrlSetPositionH]] 0.5; | ||
_ctrl [[ctrlCommit]] 1;</code> |Example 1= | _ctrl [[ctrlCommit]] 1;</code> |Example 1= | ||
| [[ctrlSetPosition]] [[ctrlSetPositionX]] [[ctrlSetPositionY]] [[ctrlSetPositionW]] |See Also= | | [[ctrlSetPosition]] [[ctrlSetPositionX]] [[ctrlSetPositionY]] [[ctrlSetPositionW]] |See Also= |
Revision as of 00:43, 17 January 2021
Description
- Description:
- Sets wanted H position for 2D control. ctrlCommit is required to complete the operation.
- Groups:
- GUI Control
Syntax
- Syntax:
- controlName ctrlSetPositionH h
- Parameters:
- controlName: Control - 2D control
- h: Number
- Return Value:
- Nothing
Examples
- Example 1:
_ctrl ctrlSetPositionH 0.5; _ctrl ctrlCommit 1;
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