Background for Skyrim SE
Member of the _Q2C_Functions script
intfunctionGetTotalBaseGoldValue(ObjectReferenceakObjRef)NativeGlobal

Description

Documentation Comment

get total of the base gold values of items in container
'base' means the extra value of enchantments/improvements on items is ignored


Caveats


Parameters


Examples

Auto-Generated Example

ObjectReference myObjectReference__akObjRef

int returnedValue = _Q2C_Functions.GetTotalBaseGoldValue(myObjectReference__akObjRef)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.