BIS fnc getIDD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (Text replacement - " +\] +" to "] ")
 
(40 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= tkoh
____________________________________________________________________________________________
|version1= 1.00


| tkoh |= Game name
|game2= arma3
|version2= 0.50


|1.00|= Game version
|gr1= GUI
____________________________________________________________________________________________


| <pre>/*
|descr= Returns IDD of given display.


Description:
|s1= [config] call [[BIS_fnc_getIDD]]
Returns IDD of given display


Parameter(s):
|p1= config: [[Config]] - config path to display
_this select 0: CONFIG - config path to display


Returns:
|r1= [[Number]] - IDD
NUMBER - IDD
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
|x1= <sqf>private _IDD = [configFile >> "display3DENPublishMissionSelectImage"] call BIS_fnc_getIDD;</sqf>
____________________________________________________________________________________________
 
| <!-- [] call [[BIS_fnc_getIDD]]; --> |= Syntax
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= See also


|seealso= [[configFile]] [[findDisplay]] [[createDisplay]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: GUI|{{uc:getIDD}}]]
[[Category:Functions|{{uc:getIDD}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:getIDD}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:getIDD}}]]

Latest revision as of 18:49, 8 November 2023

Hover & click on the images for description

Description

Description:
Returns IDD of given display.
Execution:
call
Groups:
GUI

Syntax

Syntax:
[config] call BIS_fnc_getIDD
Parameters:
config: Config - config path to display
Return Value:
Number - IDD

Examples

Example 1:
private _IDD = [configFile >> "display3DENPublishMissionSelectImage"] call BIS_fnc_getIDD;

Additional Information

See also:
configFile findDisplay createDisplay

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