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

Description

Documentation Comment

Minimizes the time JC temporarily owns the object, returns the object.
By using this function you help JC to delete unused objects as soon as possible.
Has zero effect if the object is being retained or if another object contains/references it.


Caveats


Parameters

intobject


Examples

Auto-Generated Example

int myInt__object

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