BIS fnc getIDC: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
(pf) |
||
Line 1: | Line 1: | ||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 8: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Returns IDD of given display. |= Description | ||
____________________________________________________________________________________________ | |||
| [config,ctrlName] call [[BIS_fnc_getIDC]] |= Syntax | |||
____________________________________________________________________________________________ | |||
|p1= config: [[Config]] - Config path to display|= Parameter 1 | |||
|p2= ctrlName: [[String]] - Config name of [[Control|control]]|= Parameter 2 | |||
____________________________________________________________________________________________ | |||
| [[Number]] - IDC, returns -1 if control was not found|= Return value | |||
____________________________________________________________________________________________ | |||
< | |x1= <code>_IDC = [ [configFile]] >> "Display3DENPlace","ButtonCancel"] [[call]] [[BIS_fnc_getIDC]];</code> |= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[configFile]], [[findDisplay]], [[createDisplay]], [[displayCtrl]] |= See also | ||
}} | |||
<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}}]] | |||
<h3 style="display:none">Notes</h3> | <h3 style="display:none">Notes</h3> |
Revision as of 23:06, 29 May 2018
Description
- Description:
- Returns IDD of given display.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [config,ctrlName] call BIS_fnc_getIDC
- Parameters:
- config: Config - Config path to display
- ctrlName: String - Config name of control
- Return Value:
- Number - IDC, returns -1 if control was not found
Examples
- Example 1:
_IDC = [ [configFile]] >> "Display3DENPlace","ButtonCancel"] call BIS_fnc_getIDC;
Additional Information
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