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

Description

Documentation Comment

returns (or creates new if not found) JMap entry for given storage and form


Caveats


Parameters

stringstorageName

FormfKey


Examples

Auto-Generated Example

string myString__storageName
Form myForm__fKey

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