Background for Skyrim SE
Member of the JContainers script
intfunctionAPIVersion()NativeGlobal

Description

Documentation Comment

Version information.
It's a good practice to validate installed JContainers version with the following code:
bool isJCValid = JContainers.APIVersion() == AV && JContainers.featureVersion() >= FV
where AV and FV are hardcoded API and feature version numbers.
Current API version is 4
Current feature version is 2


Caveats


Examples

Auto-Generated Example

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