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

Description

Documentation Comment

associates given form key and entry (container). set entry to zero to destroy association


Caveats


Parameters

stringstorageName

FormfKey

intentry


Examples

Auto-Generated Example

string myString__storageName
Form myForm__fKey
int myInt__entry

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