Background for Skyrim SE
Member of the JValue script
intfunctionrelease(intobject)NativeGlobal

Description

Documentation Comment

Releases the object and returns zero, so you can release and nullify with one line of code: object = JValue.release(object)


Caveats


Parameters

intobject


Examples

Auto-Generated Example

int myInt__object

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