UI States⚓︎
Tip
These values are available in Lua by their index in the tes3.uiState
table. For example, tes3.uiState.normal
has a value of 1
.
Index | Value |
---|---|
normal | 1 |
disabled | 2 |
active | 4 |
Tip
These values are available in Lua by their index in the tes3.uiState
table. For example, tes3.uiState.normal
has a value of 1
.
Index | Value |
---|---|
normal | 1 |
disabled | 2 |
active | 4 |