ctrlIDD: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
m (Some wiki formatting)
 
Line 14: Line 14:
|r1= [[Number]]
|r1= [[Number]]


|x1= <sqf>ctrlIDD findDisplay 46; //46</sqf>
|x1= <sqf>
_display = findDisplay 46;
ctrlIDD _display; // 46
</sqf>


|seealso= [[displayCtrl]] [[findDisplay]]
|seealso= [[displayCtrl]] [[findDisplay]]
}}
}}

Latest revision as of 17:57, 5 December 2025

Hover & click on the images for description

Description

Description:
Returns display IDD.
Groups:
GUI Control

Syntax

Syntax:
ctrlIDD display
Parameters:
display: Display
Return Value:
Number

Examples

Example 1:
_display = findDisplay 46; ctrlIDD _display; // 46

Additional Information

See also:
displayCtrl findDisplay

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note