ctrlSetPosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(+ category)
Line 41: Line 41:
[[Category:Scripting Commands|CTRLSETPOSITION]]
[[Category:Scripting Commands|CTRLSETPOSITION]]
[[Category:Scripting Commands ArmA|CTRLSETPOSITION]]
[[Category:Scripting Commands ArmA|CTRLSETPOSITION]]
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]]

Revision as of 03:13, 30 April 2007

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Sets wanted position for control animation.
Groups:
Uncategorised

Syntax

Syntax:
control ctrlSetPosition [x, y]
Parameters:
control: Control
[x, y]: Array
Return Value:
Nothing

Examples

Example 1:
_control ctrlSetPosition [0.5, 0.5]

Additional Information

See also:
See also needed

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

Notes

Posted on January 27, 2007 - 19:13
Giova
IMPORTANT You have to use ctrlCommit command to apply this effect(Arma v1.02.5103GER)

Bottom Section