BIS fnc getIDD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(page filling)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 8: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


Description:
| [config] call [[BIS_fnc_getIDD]] |= Syntax
Returns IDD of given display
____________________________________________________________________________________________
 
Parameter(s):
_this select 0: CONFIG - config path to display
 
Returns:
NUMBER - IDD
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
|p1= config: [[Config]] - Config path to display|= Parameter 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_getIDD]]; --> |= Syntax
| [[Number]] - IDD|= Return value
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


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


| |= See also
| [[configFile]], [[findDisplay]], [[createDisplay]] |= See also
 
}}
}}



Revision as of 17:42, 29 May 2018

Hover & click on the images for description

Description

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

Syntax

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

Examples

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

Additional Information

See also:
configFilefindDisplaycreateDisplay

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