Background for Skyrim SE
Member of the JFormDB script
intfunctionfindEntry(stringstorageName, FormfKey)NativeGlobal

Description

Documentation Comment

search for entry for given storage and form


Caveats


Parameters

stringstorageName

FormfKey


Examples

Auto-Generated Example

string myString__storageName
Form myForm__fKey

int returnedValue = JFormDB.findEntry(myString__storageName, myForm__fKey)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.