BIS fnc getIDC: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *C([a-eg-z])" to "$1 - c$2")
 
(34 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= tkoh
____________________________________________________________________________________________
|version1= 1.00


| tkoh |= Game name
|game2= arma3
|version2= 0.50


|1.00|= Game version
|gr1= GUI
____________________________________________________________________________________________


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


Description:
|s1= [config, ctrlName] call [[BIS_fnc_getIDC]]
Returns IDC of given display


Parameter(s):
|p1= config: [[Config]] - config path to display
_this select 0: CONFIG - config path to display
|p2= ctrlName: [[String]] - config name of [[Control|control]]
_this select 1: STRING - control name


Returns:
|r1= [[Number]] - IDC, returns -1 if control was not found
NUMBER - IDC
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
|x1= <sqf>private _IDC = [configFile >> "Display3DENPlace", "ButtonCancel"] call BIS_fnc_getIDC;</sqf>
____________________________________________________________________________________________
 
| <!-- [] call [[BIS_fnc_getIDC]]; --> |= Syntax
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= See also


|seealso= [[configFile]] [[findDisplay]] [[createDisplay]] [[displayCtrl]]
}}
}}
<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:getIDC}}]]
[[Category:Functions|{{uc:getIDC}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:getIDC}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:getIDC}}]]

Latest revision as of 15:00, 8 November 2023

Hover & click on the images for description

Description

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

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:
private _IDC = [configFile >> "Display3DENPlace", "ButtonCancel"] call BIS_fnc_getIDC;

Additional Information

See also:
configFile findDisplay createDisplay displayCtrl

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