Background for Skyrim SE
Member of the JLua script
intfunctionsetForm(stringkey, Formvalue, inttransport=0)NativeGlobal


Parameters

  1. stringkey

  2. Formvalue

  3. inttransport=0


Examples

Auto-Generated Example

string myString__key
Form myForm__value
int myInt__transport

int returnedValue = JLua.setForm(myString__key, myForm__value, myInt__transport)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.