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