Background for Skyrim SE
Member of the DbSkseFunctions script
Form[]functionGetAllFormsThatUseTextureSet(TextureSetakTextureSet, stringmodName="")NativeGlobal

Description

Documentation Comment

get all forms that use the akTextureSet.
If modName != "", only gets forms from that mod, otherwise gets all forms in game that use the textureset


Caveats


Parameters

TextureSetakTextureSet

stringmodName=""


Examples

Auto-Generated Example

TextureSet myTextureSet__akTextureSet
string myString__modName

Form[] returnedValue = DbSkseFunctions.GetAllFormsThatUseTextureSet(myTextureSet__akTextureSet, myString__modName)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.