Background for Skyrim SE
Member of the JValue script
intfunctionreleaseAndRetain(intpreviousObject, intnewObject, stringtag="")NativeGlobal

Description

Documentation Comment

Just a union of retain-release calls. Releases @previousObject, retains and returns @newObject.


Caveats


Parameters

intpreviousObject

intnewObject

stringtag=""


Examples

Auto-Generated Example

int myInt__previousObject
int myInt__newObject
string myString__tag

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