Background for Skyrim SE
Member of the DbMiscFunctions script
voidfunctionRegisterFormForKeys(FormakForm, intmin=1, intMax=281)Global

Description

Documentation Comment

requires skse, register for all keys between min and max. Default is 1 to 281, or all keys.


Caveats


Parameters

FormakForm

intmin=1

intMax=281


Examples

Auto-Generated Example

Form myForm__akForm
int myInt__min
int myInt__Max

DbMiscFunctions.RegisterFormForKeys(myForm__akForm, myInt__min, myInt__Max)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.