Background for Skyrim SE
Member of the JValue script
voidfunctionreleaseObjectsWithTag(stringtag)NativeGlobal

Description

Documentation Comment

Releases all objects tagged with @tag.
Internally invokes JValue.release on each object same amount of times it has been retained.


Caveats


Parameters

stringtag


Examples

Auto-Generated Example

string myString__tag

JValue.releaseObjectsWithTag(myString__tag)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.