Background for Skyrim SE
Member of the DbSkseFunctions script
stringfunctionGetFormWorldModelNth3dName(FormakForm, intn)NativeGlobal

Description

Documentation Comment

this only works on models that have a new texture sets applied to them. The int n is the index of the model with the override texture set.


Caveats


Parameters

FormakForm

intn


Examples

Auto-Generated Example

Form myForm__akForm
int myInt__n

string returnedValue = DbSkseFunctions.GetFormWorldModelNth3dName(myForm__akForm, myInt__n)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.