BIS fnc getIDD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game version" to "|Game version=")
m (Text replacement - " +\] +" to "] ")
 
(34 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function
____________________________________________________________________________________________


| tkoh |Game name=
|game1= tkoh
|version1= 1.00


|1.00|Game version=
|game2= arma3
____________________________________________________________________________________________
|version2= 0.50


| Returns IDD of given display. |DESCRIPTION=
|gr1= GUI
____________________________________________________________________________________________


| [config] call [[BIS_fnc_getIDD]] |SYNTAX=
|descr= Returns IDD of given display.
____________________________________________________________________________________________


|p1= config: [[Config]] - Config path to display|PARAMETER1=
|s1= [config] call [[BIS_fnc_getIDD]]
____________________________________________________________________________________________


| [[Number]] - IDD|RETURNVALUE=
|p1= config: [[Config]] - config path to display
____________________________________________________________________________________________


|x1= <code>_IDD = [ [[configFile]] >> "display3DENPublishMissionSelectImage" ] [[call]] [[BIS_fnc_getIDD]];</code> |=
|r1= [[Number]] - IDD
____________________________________________________________________________________________


| [[configFile]], [[findDisplay]], [[createDisplay]] |SEEALSO=
|x1= <sqf>private _IDD = [configFile >> "display3DENPublishMissionSelectImage"] call BIS_fnc_getIDD;</sqf>
 
|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