Background for Skyrim SE
Member of the DbMiscFunctions script
boolfunctionModHasFormType(stringmodName, inttype)Global

Description

Documentation Comment

Returns true if the Mod has at least 1 form of type
Requires papyrus extender and skse


Caveats


Parameters

stringmodName

inttype


Examples

Auto-Generated Example

string myString__modName
int myInt__type

bool returnedValue = DbMiscFunctions.ModHasFormType(myString__modName, myInt__type)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.