Background for Skyrim SE
Member of the SKI_ConfigBase script
voidfunctionSetCursorPosition(inta_position)

Description

GitHub Wiki Description (SkyUI)

Sets the position of the cursor used for the option setters.
The options are displayed in a grid with 2 columns and 64 rows, with a total of 128 cells. They are indexed 0 to 127, left-to-right, top-to-bottom.
Default cursor position is 0 (top-left).

Context

OnPageReset

Documentation String

Sets the position of the cursor used for the option setters


Parameters

  1. inta_position

    GitHub Wiki Description (SkyUI)

    The new cursor position.


Examples

top-right: SetCursorPosition(1)

bottom-left: SetCursorPosition(126)

bottom-right: SetCursorPosition(127)

Auto-Generated Example

int myInt__a_position

mySKI_ConfigBase__toCallFunctionOn.SetCursorPosition(myInt__a_position)

Additional References

View this function on the GitHub Wiki for SkyUI

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.