ctrlFade: Difference between revisions

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


Returns the current fade factor of control.
Returns the current fade factor of control.


'''Example''':
'''Example''':


_scale = '''ctrlFade''' _control
_scale = '''ctrlFade''' _control

Revision as of 12:56, 6 July 2006


ctrlFade control


Operand types:

control: Control

Type of returned value:

Number

Compatibility:

Version 2.50 required.

Description:

Returns the current fade factor of control.


Example:

_scale = ctrlFade _control