switchByIndex
Display or undisplay the specific GFX by index in the Program view.
Address
/gfx/switchByIndex [index number]
Arguments
Type | Description | |
---|---|---|
argument 1 | Int | GFX index, which can be 1, 2... |
Example
Display or undisplay the second GFX in the Program view.
/gfx/switchByIndex 2
Note: Floating point numbers will be rounded down.
/gfx/switchByIndex 1.9 = /gfx/switchByIndex 1