- Found in:
- LibFire
- LibTurtleClub
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)