findDisplay: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 8: Line 8:
'''Operand types:'''
'''Operand types:'''


idd: [[Number]]
'''idd:''' [[Number]]


'''Type of returned value:'''
'''Type of returned value:'''
Line 21: Line 21:


Find display by its IDD.
Find display by its IDD.


'''Example''':
'''Example''':
    
    
_display = '''findDisplay''' 1
_display = '''findDisplay''' 1

Revision as of 23:07, 3 July 2006


findDisplay idd


Operand types:

idd: Number

Type of returned value:

Display

Compatibility:

Version 2.54 required.

Description:

Find display by its IDD.


Example:

_display = findDisplay 1