Background for Skyrim SE
Member of the JArray script
floatfunctiongetFlt(intobject, intindex, floatdefault=0.0)NativeGlobal


Parameters

  1. intobject

  2. intindex

  3. floatdefault=0.0


Examples

Auto-Generated Example

int myInt__object
int myInt__index
float myFloat__default

float returnedValue = JArray.getFlt(myInt__object, myInt__index, myFloat__default)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.