Background for Skyrim SE
Member of the StorageUtil script
floatfunctionAdjustFloatValue(FormObjKey, stringKeyName, floatamount)NativeGlobal


Caveats


Parameters

FormObjKey

stringKeyName

floatamount


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName
float myFloat__amount

float returnedValue = StorageUtil.AdjustFloatValue(myForm__ObjKey, myString__KeyName, myFloat__amount)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.