Background for Skyrim SE
Member of the DbSkseFunctions script
FormListfunctionCreateFormList(FormListfillerList=NONE)NativeGlobal

Description

Documentation Comment

create new forms of these types at runtime.
carefull with these. Using these functions are like using PlaceAtMe to create permanent references.
Making too many of these may cause save game bloat, so use sparingly.


Caveats


Parameters

FormListfillerList=NONE


Examples

Auto-Generated Example

FormList myFormList__fillerList

FormList returnedValue = DbSkseFunctions.CreateFormList(myFormList__fillerList)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.