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