Background for Skyrim SE
Member of the SteelfeathersPapyrusExtensions script
intfunctionGetTotalGoldValue(Formitem)NativeGlobal

Description

Documentation Comment

Gets the total gold value you see for an item in your inventory, not just the base value. Allows you to fetch the actual value of enchanted items.


Caveats


Parameters

Formitem


Examples

Auto-Generated Example

Form myForm__item

int returnedValue = SteelfeathersPapyrusExtensions.GetTotalGoldValue(myForm__item)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.