Background for Skyrim SE
Member of the clib script
Form[]functioncArrayIntIDModNamesToForms(int[]aArray, string[]esXName, boolskipNones=true, booluseSKSE=true)Global

Description

Documentation String

Requirements: None, SKSE:Soft

Documentation Comment

==> Each can be different mod, String[] to supply name for each


Caveats


Parameters

int[]aArray

string[]esXName

boolskipNones=true

booluseSKSE=true


Examples

Auto-Generated Example

int[] myIntArray__aArray
string[] myStringArray__esXName
bool myBool__skipNones
bool myBool__useSKSE

Form[] returnedValue = clib.cArrayIntIDModNamesToForms(myIntArray__aArray, myStringArray__esXName, myBool__skipNones, myBool__useSKSE)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.