Background for Skyrim SE
Member of the DbSkseFunctions script
boolfunctionModHasFormType(stringmodName, intformType)NativeGlobal

Description

Documentation Comment

does the mod have at least 1 form of formType?


Caveats


Parameters

stringmodName

intformType


Examples

Auto-Generated Example

string myString__modName
int myInt__formType

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