UI Properties⚓︎
Tip
These values are available in Lua by their index in the tes3.uiProperty
table. For example, tes3.uiProperty.doubleClick
has a value of 4294934584
.
Index | Value |
---|---|
mouseLeave | 4294934578 |
mouseOver | 4294934579 |
mouseDown | 4294934580 |
mouseClick | 4294934581 |
scrollUp | 4294934582 |
scrollDown | 4294934583 |
doubleClick | 4294934584 |
stillIdle | 4294934585 |
stillOver | 4294934586 |
stillPressedOutside | 4294934587 |
stillPressed | 4294934588 |
release | 4294934589 |
keyPress | 4294934590 |
enter | 4294934591 |
leaveMenuMode | 4294934592 |
enterMenuMode | 4294934593 |
focus | 4294934594 |
unfocus | 4294934595 |
update | 4294934596 |
preUpdate | 4294934597 |
destroy | 4294934599 |