- Found in:
- Dylbills PE
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)