Background for Skyrim SE
Member of the DbMiscFunctions script
string[]functionGetFormNames(Form[]akArray)Global

Description

Documentation Comment

requires skse, put all Form names of Forms in akArray to a string array and return.


Caveats


Parameters

Form[]akArray


Examples

Auto-Generated Example

Form[] myFormArray__akArray

string[] returnedValue = DbMiscFunctions.GetFormNames(myFormArray__akArray)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.