Background for Skyrim SE
Member of the clib script
intfunctioncGetSKSEType(FormaForm, booluseSKSE=true)Global

Description

Documentation String

Requirements: None, SKSE:Soft

Documentation Comment

Non-SKSE version only works for inventory items that use 'vendor' type keywords which means that
more obscure items could be missed but it covers quite a lot tbh (10,664 references)


Caveats


Parameters

FormaForm

booluseSKSE=true


Examples

Auto-Generated Example

Form myForm__aForm
bool myBool__useSKSE

int returnedValue = clib.cGetSKSEType(myForm__aForm, myBool__useSKSE)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.