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

Description

Documentation Comment

Tests whether given object identifier is not the null object.
Note that many other API functions already check that too.


Caveats


Parameters

intobject


Examples

Auto-Generated Example

int myInt__object

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