Background for Skyrim SE
Member of the DbSkseFunctions script
intfunctionGetFurnitureWorkbenchType(FurnitureakFurniture)NativeGlobal

Description

Documentation Comment

furniture workbench types are:
None = 0,
CreateObject = 1,
SmithingWeapon = 2,
Enchanting = 3,
EnchantingExperiment = 4,
Alchemy = 5,
AlchemyExperiment = 6,
SmithingArmor = 7


Caveats


Parameters

FurnitureakFurniture


Examples

Auto-Generated Example

Furniture myFurniture__akFurniture

int returnedValue = DbSkseFunctions.GetFurnitureWorkbenchType(myFurniture__akFurniture)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.