ctrlSetScale: Difference between revisions

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


Sets wanted scale for control animation.
Sets wanted '''scale''' for control animation.
 


'''Example''':
'''Example''':
      
      
_control '''ctrlScale''' 0.5
_control '''ctrlScale''' 0.5

Revision as of 13:55, 6 July 2006


control ctrlSetScale scale


Operand types:

control: Control

scale: Number

Type of returned value:

Nothing

Compatibility:

Version 2.50 required.

Description:

Sets wanted scale for control animation.


Example:

_control ctrlScale 0.5