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

Description

Documentation Comment

Inserts new (or replaces existing) {key -> value} pair. Expects that @transport is JMap object, if @transport is 0 it creates new JMap object.
Returns @transport


Caveats


Parameters

stringkey

stringvalue

inttransport=0


Examples

Auto-Generated Example

string myString__key
string myString__value
int myInt__transport

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