Background for Skyrim SE
Member of the SKI_ConfigBase script
voidfunctionSetCursorFillMode(inta_fillMode)

Description

GitHub Wiki Description (SkyUI)

Sets the fill direction of the cursor used for the option setters.
Accepted values are LEFT_TO_RIGHT and TOP_TO_BOTTOM.
For LEFT_TO_RIGHT, the fill order is n, n+1, n+2, ..., i.e. fill up the current row, then move to the next one.
For TOP_TO_BOTTOM, the fill order is n, n+2, n+4, ..., i.e. fill the next entry in the current column.

Context

OnPageReset

Documentation String

Sets the fill direction of the cursor used for the option setters


Parameters

  1. inta_fillMode

    GitHub Wiki Description (SkyUI)

    The new fill mode.


Examples

Auto-Generated Example

int myInt__a_fillMode

mySKI_ConfigBase__toCallFunctionOn.SetCursorFillMode(myInt__a_fillMode)

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.