ctrlSetPositionX: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Some wiki formatting)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
|version1= 1.92


|1.92
|gr1= GUI Control - Positioning


|arg=
|descr= Sets horizontal position (x) of the 2D control. [[ctrlCommit]] is required to complete the operation.


|eff=
|s1= control [[ctrlSetPositionX]] x


|serverExec=
|p1= control: [[Control]] - 2D control


|gr1= GUI Control
|p2= x: [[Number]] - horizontal position of the control


| Sets wanted X position for 2D control. [[ctrlCommit]] is required to complete the operation.
|r1= [[Nothing]]


| controlName [[ctrlSetPositionX]] x
|x1= <sqf>
_ctrl ctrlSetPositionX 0.5;
_ctrl ctrlCommit 1;
</sqf>


|p1=controlName: [[Control]] - 2D control
|seealso= [[ctrlSetPosition]] [[ctrlSetPositionY]] [[ctrlSetPositionW]] [[ctrlSetPositionH]]
 
|p2=x: [[Number]]
 
| Nothing
 
|x1= <code>_ctrl ctrlSetPositionX 0.5;
_ctrl ctrlCommit 1;</code>
 
| [[ctrlSetPosition]] [[ctrlSetPositionY]] [[ctrlSetPositionW]] [[ctrlSetPositionH]]
}}
}}
<dl class="command_description">
<!-- BEGIN Note Section -->
<!-- For example:
<dd class="notedate">Posted on Month Day, Year - Time (UTC)</dd>
<dt class="note">[[User:User Name|User Name]]</dt>
<dd class="note">This is an example note. It is true and verifiable, and contains a little code snippet.
<code>[[if]] ([[_this]] == anExample) [[then]] { [[hint]] "Leave it here for others to read"; };</code></dd>
-->
<!-- END Note Section -->
</dl>
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 20:04, 3 May 2022

Hover & click on the images for description

Description

Description:
Sets horizontal position (x) of the 2D control. ctrlCommit is required to complete the operation.
Groups:
GUI Control - Positioning

Syntax

Syntax:
control ctrlSetPositionX x
Parameters:
control: Control - 2D control
x: Number - horizontal position of the control
Return Value:
Nothing

Examples

Example 1:
_ctrl ctrlSetPositionX 0.5; _ctrl ctrlCommit 1;

Additional Information

See also:
ctrlSetPosition ctrlSetPositionY 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