BIS fnc getIDC: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1= GUI |GROUP1=")
m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *C([a-eg-z])" to "$1 - c$2")
 
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function
____________________________________________________________________________________________


| tkoh |Game name=
|game1= tkoh
|version1= 1.00


|1.00|Game version=
|game2= arma3
|version2= 0.50


|gr1= GUI |GROUP1=
|gr1= GUI
____________________________________________________________________________________________


| Returns IDD of given display. |DESCRIPTION=
|descr= Returns IDD of given display.
____________________________________________________________________________________________


| [config,ctrlName] call [[BIS_fnc_getIDC]] |SYNTAX=
|s1= [config, ctrlName] call [[BIS_fnc_getIDC]]
____________________________________________________________________________________________


|p1= config: [[Config]] - Config path to display|PARAMETER1=
|p1= config: [[Config]] - config path to display
|p2= ctrlName: [[String]] - Config name of [[Control|control]]|PARAMETER2=
|p2= ctrlName: [[String]] - config name of [[Control|control]]
____________________________________________________________________________________________


| [[Number]] - IDC, returns -1 if control was not found|RETURNVALUE=
|r1= [[Number]] - IDC, returns -1 if control was not found
____________________________________________________________________________________________


|x1= <code>_IDC = [ [configFile]] >> "Display3DENPlace","ButtonCancel"] [[call]] [[BIS_fnc_getIDC]];</code> |=
|x1= <sqf>private _IDC = [configFile >> "Display3DENPlace", "ButtonCancel"] call BIS_fnc_getIDC;</sqf>
____________________________________________________________________________________________


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