Background for Skyrim SE
Member of the JArray script
intfunctionfindFlt(intobject, floatvalue, intsearchStartIndex=0)NativeGlobal


Caveats


Parameters

intobject

floatvalue

intsearchStartIndex=0


Examples

Auto-Generated Example

int myInt__object
float myFloat__value
int myInt__searchStartIndex

int returnedValue = JArray.findFlt(myInt__object, myFloat__value, myInt__searchStartIndex)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.