keyImage: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 6: Line 6:




<h2 style="color:#000066">''''' keyImage '''''</h2>
<h2 style="color:#000066">''''' keyImage ''dikcode '''''</h2>




'''Operand types:'''
'''Operand types:'''
dikCode: [[Number]]


'''Type of returned value:'''
'''Type of returned value:'''
[[Structured Text]]


'''Compatibility:'''
'''Compatibility:'''
Version 2.01 required.


'''Description:'''
'''Description:'''
Returns a structured text, containing an image or name (if no image is found) of the button (on the keyboard, mouse or joystick) with the given code.




'''Example:'''
'''Example:'''
name = '''keyImage''' 28 , result is "Enter"

Revision as of 01:53, 30 June 2006


<new command not populated>


keyImage dikcode


Operand types:

dikCode: Number

Type of returned value:

Structured Text

Compatibility:

Version 2.01 required.

Description:

Returns a structured text, containing an image or name (if no image is found) of the button (on the keyboard, mouse or joystick) with the given code.


Example:

name = keyImage 28 , result is "Enter"