Background for Skyrim SE
Member of the LibFire script
intfunctionArrayFindGlobalValue(GlobalVariable[]argGlobals, floatafValue)NativeGlobal

Description

Documentation String

Faction

Documentation Comment

Searches argHaystack for afValue and returns index of member - if not found, -1 is returned


Caveats


Parameters

GlobalVariable[]argGlobals

floatafValue


Examples

Auto-Generated Example

GlobalVariable[] myGlobalVariableArray__argGlobals
float myFloat__afValue

int returnedValue = LibFire.ArrayFindGlobalValue(myGlobalVariableArray__argGlobals, myFloat__afValue)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.