ctrlSetPositionY: 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 Y position for 2D control. [[ctrlCommit]] is required to complete the operation. |Description=
| Sets wanted Y position for 2D control. [[ctrlCommit]] is required to complete the operation. |Description=
____________________________________________________________________________________________


| controlName [[ctrlSetPositionY]] y |Syntax=
| controlName [[ctrlSetPositionY]] y |Syntax=
Line 25: Line 22:


| Nothing |Return Value=
| Nothing |Return Value=
____________________________________________________________________________________________


|x1= <code>_ctrl ctrlSetPositionY 0.5;
|x1= <code>_ctrl ctrlSetPositionY 0.5;
_ctrl ctrlCommit 1;</code> |Example 1=
_ctrl ctrlCommit 1;</code> |Example 1=
____________________________________________________________________________________________


| [[ctrlSetPosition]] [[ctrlSetPositionX]] [[ctrlSetPositionW]] [[ctrlSetPositionH]] |See Also=
| [[ctrlSetPosition]] [[ctrlSetPositionX]] [[ctrlSetPositionW]] [[ctrlSetPositionH]] |See Also=

Revision as of 01:47, 17 January 2021

Hover & click on the images for description

Description

Description:
Sets wanted Y position for 2D control. ctrlCommit is required to complete the operation.
Groups:
GUI Control

Syntax

Syntax:
controlName ctrlSetPositionY y
Parameters:
controlName: Control - 2D control
y: Number
Return Value:
Nothing

Examples

Example 1:
_ctrl ctrlSetPositionY 0.5; _ctrl ctrlCommit 1;

Additional Information

See also:
ctrlSetPosition ctrlSetPositionX ctrlSetPositionW ctrlSetPositionH

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