findDisplay: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|FINDDISPLAY]]
{{Command|= Comments
[[Category:Scripting Commands ArmA|FINDDISPLAY]]
____________________________________________________________________________________________


| arma |= Game name


<h2 style="color:#000066"> ''' findDisplay  '' idd'''''</h2>
|2.54|= Game version
____________________________________________________________________________________________


| Find display by its IDD. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''findDisplay''' |= Syntax


'''idd:''' [[Number]]
|p1= idd: [[Number]] |= Parameter 1


'''Type of returned value:'''
| [[Display]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>_display = findDisplay 1</pre> |= Example 1
____________________________________________________________________________________________


[[Display]]
|  |= See also


'''Compatibility:'''
}}


Version 2.54 required.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Description:'''
<!-- Note Section END -->
</dl>


Find display by its IDD.
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|FINDDISPLAY]]
 
[[Category:Scripting Commands ArmA|FINDDISPLAY]]
'''Example''':
 
_display = '''findDisplay''' 1

Revision as of 01:09, 2 August 2006

-wrong parameter ("Arma") defined!-2.54
Hover & click on the images for description

Description

Description:
Find display by its IDD.
Groups:
Uncategorised

Syntax

Syntax:
findDisplay
Parameters:
idd: Number
Return Value:
Display

Examples

Example 1:
_display = findDisplay 1

Additional Information

See also:
See also needed

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