Background for Skyrim SE
Member of the PO3_SKSEFunctions script
intfunctionGetFurnitureType(FurnitureakFurniture)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

TypeValue
None-1
Perch0
Lean1
Sit2
Sleep3

Caveats


Parameters

FurnitureakFurniture


Examples

Auto-Generated Example

Furniture myFurniture__akFurniture

int returnedValue = PO3_SKSEFunctions.GetFurnitureType(myFurniture__akFurniture)

Additional References

View this function on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.