Background for Skyrim SE
Member of the JsonUtil script
intfunctionFindPathFloatElement(stringFileName, stringPath, floattoFind)NativeGlobal


Caveats


Parameters

stringFileName

stringPath

floattoFind


Examples

Auto-Generated Example

string myString__FileName
string myString__Path
float myFloat__toFind

int returnedValue = JsonUtil.FindPathFloatElement(myString__FileName, myString__Path, myFloat__toFind)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.