BIS fnc getIDC: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *C([a-eg-z])" to "$1 - c$2")
 
(30 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


| Returns IDD of given display. |DESCRIPTION=
|gr1= GUI
____________________________________________________________________________________________


| [config,ctrlName] call [[BIS_fnc_getIDC]] |SYNTAX=
|descr= Returns IDD of given display.
____________________________________________________________________________________________


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


| [[Number]] - IDC, returns -1 if control was not found|RETURNVALUE=
|p1= config: [[Config]] - config path to display
____________________________________________________________________________________________
|p2= ctrlName: [[String]] - config name of [[Control|control]]


|x1= <code>_IDC = [ [configFile]] >> "Display3DENPlace","ButtonCancel"] [[call]] [[BIS_fnc_getIDC]];</code> |=
|r1= [[Number]] - IDC, returns -1 if control was not found
____________________________________________________________________________________________


| [[configFile]], [[findDisplay]], [[createDisplay]], [[displayCtrl]] |SEEALSO=
|x1= <sqf>private _IDC = [configFile >> "Display3DENPlace", "ButtonCancel"] call BIS_fnc_getIDC;</sqf>
 
|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