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


Parameters

  1. intobject

  2. Formvalue

  3. intsearchStartIndex=0


Examples

Auto-Generated Example

int myInt__object
Form myForm__value
int myInt__searchStartIndex

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