BIS fnc getIDD: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
(page filling) |
||
Line 1: | Line 1: | ||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 8: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Returns IDD of given display. |= Description | ||
____________________________________________________________________________________________ | |||
| [config] call [[BIS_fnc_getIDD]] |= Syntax | |||
____________________________________________________________________________________________ | |||
|p1= config: [[Config]] - Config path to display|= Parameter 1 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[Number]] - IDD|= 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 16:42, 29 May 2018
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