BIS fnc getIDD: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\|= " to " ") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| tkoh | | tkoh | ||
|1.00 | |1.00 | ||
|gr1= GUI | |gr1= GUI | ||
| Returns IDD of given display. | | Returns IDD of given display. | ||
| [config] call [[BIS_fnc_getIDD]] | | [config] call [[BIS_fnc_getIDD]] | ||
|p1= config: [[Config]] - Config path to display | |p1= config: [[Config]] - Config path to display | ||
| [[Number]] - IDD | | [[Number]] - IDD | ||
|x1= <code>_IDD = [<nowiki/>[[configFile]] >> "display3DENPublishMissionSelectImage" ] [[call]] [[BIS_fnc_getIDD]];</code> | |x1= <code>_IDD = [<nowiki/>[[configFile]] >> "display3DENPublishMissionSelectImage" ] [[call]] [[BIS_fnc_getIDD]];</code> | ||
| [[configFile]], [[findDisplay]], [[createDisplay]] | | [[configFile]], [[findDisplay]], [[createDisplay]] | ||
}} | }} | ||
Revision as of 23:02, 17 January 2021
Description
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