sliderSetRange

From Bohemia Interactive Community
Revision as of 02:04, 17 April 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

back to COMREF

sliderSetRange [idc,min,max]

Operand types:

[idc, min, max]: Array

Type of returned value:

Nothing

Description:

Set limits of slider idc of topmost user dialog.

Example:

sliderSetRange [101, 0, 100]