ctrlPosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(+ category)
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns the current position of control as [x, y] array. |= Description
| Returns the current position of control as [x, y, w, h] array. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 23:28, 21 July 2007

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

Description

Description:
Returns the current position of control as [x, y, w, h] array.
Groups:
Uncategorised

Syntax

Syntax:
ctrlPosition control
Parameters:
control Control
Return Value:
Array

Examples

Example 1:
_pos = ctrlPosition _control

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

Bottom Section