ctrlEnable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 21: Line 21:
'''Description:'''
'''Description:'''


'''Enable / disable''' control with id '''idc''' of topmost user [[dialog]].
'''Enable / disable''' the control with id '''idc''' of topmost user [[dialog]].





Revision as of 12:42, 6 July 2006


ctrlEnable [idc, enable]


Operand types:

[idc, enable]: Array

Type of returned value:

Nothing

Compatibility:

Added in version 1.50

Description:

Enable / disable the control with id idc of topmost user dialog.


Example:

ctrlEnable [100, false]