BIS fnc getIDC: Difference between revisions
Jump to navigation
Jump to search
m (template:command argument fix) |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *C([a-eg-z])" to "$1 - c$2") |
||
(31 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
| tkoh |= | |game1= tkoh | ||
|version1= 1.00 | |||
| | |game2= arma3 | ||
|version2= 0.50 | |||
| | |gr1= GUI | ||
| | |descr= Returns IDD of given display. | ||
| | |s1= [config, ctrlName] call [[BIS_fnc_getIDC]] | ||
| [[ | |p1= config: [[Config]] - config path to display | ||
|p2= ctrlName: [[String]] - config name of [[Control|control]] | |||
| | |r1= [[Number]] - IDC, returns -1 if control was not found | ||
| [[configFile]] | |x1= <sqf>private _IDC = [configFile >> "Display3DENPlace", "ButtonCancel"] call BIS_fnc_getIDC;</sqf> | ||
|seealso= [[configFile]] [[findDisplay]] [[createDisplay]] [[displayCtrl]] | |||
}} | }} | ||
Latest revision as of 14:00, 8 November 2023
Description
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:
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