ctrlSetPositionH: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)]]" to "{{GameCategory|arma3|Scripting Commands}}")
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 01:43, 17 January 2021

Hover & click on the images for description

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

See also:
ctrlSetPosition ctrlSetPositionX ctrlSetPositionY ctrlSetPositionW

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

Bottom Section