ctrlActivate: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 23: Line 23:
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 21:48, 4 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