ctrlActivate: Difference between revisions

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




<h2 style="color:#000066">'''''ctrlActivate ''control'''''</h2>
<h2 style="color:#000066">'''ctrlActivate ''control'''''</h2>




Line 9: Line 9:


'''control:''' [[Control]]
'''control:''' [[Control]]


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


Launch actions attached to given (button based) control.
Launch actions attached to given (button based) control.


'''Example''':
'''Example''':
      
      
'''ctrlActivate''' _control
'''ctrlActivate''' _control

Revision as of 12:39, 6 July 2006


ctrlActivate control


Operand types:

control: Control

Type of returned value:

Nothing

Compatibility:

Version 2.92 required.

Description:

Launch actions attached to given (button based) control.


Example:

ctrlActivate _control