Background for Skyrim SE
Member of the JValue script
intfunctionretain(intobject, stringtag="")NativeGlobal

Description

Documentation Comment

--- Lifetime management functionality.
Read this https://github.com/ryobg/JContainers/wiki/Lifetime-Management before using any of lifetime management functions

Retains and returns the object.


Caveats


Parameters

intobject

stringtag=""


Examples

Auto-Generated Example

int myInt__object
string myString__tag

int returnedValue = JValue.retain(myInt__object, myString__tag)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.