The JContainers script is a part of Skyrim SE’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like JContainers (JContainers).
For this script, the Papyrus index knows about:
- 8 functions
Inheritance Tree
No indexed scripts extend this script.
Properties
No properties found.
Events
No events found.
Functions
- Found in:
- JContainers
It's NOT part of public API
- Found in:
- JContainers
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- Found in:
- JContainers
- Found in:
- JContainers
Returns true if the file at a specified @path exists
- Found in:
- JContainers
- Found in:
- JContainers
Deletes the file or directory identified by the @path
- Found in:
- JContainers
A path to user-specific directory - My Games/Skyrim Special Edition/JCUser/
- Found in:
- JContainers
Returns true if JContainers plugin installed properly
