sliderSetRange: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Correct params)
mNo edit summary
Line 12: Line 12:
| '''sliderSetRange''' [idc,min,max] |= Syntax
| '''sliderSetRange''' [idc,min,max] |= Syntax


|p1= [idc, min, max]: [[Array]] |= Parameter 1
|p1= idc: [[Number]] of control
|p2= min,max: [[Number]s


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 16:49, 31 August 2007

{{Command|= Comments ____________________________________________________________________________________________

| ofpr |= Game name

|1.85|= Game version ____________________________________________________________________________________________

| Set limits of slider idc of topmost user dialog. |= Description ____________________________________________________________________________________________

| sliderSetRange [idc,min,max] |= Syntax

|p1= idc: Number of control |p2= min,max: [[Number]s

| Nothing |= Return value ____________________________________________________________________________________________

|x1=

sliderSetRange [101, 0, 100]

|= Example 1

____________________________________________________________________________________________

| |= See also

}}

Notes

Bottom Section