|
SkyBox
0.8
Share items between Skyrim playthroughs
|
Functions | |
| Int | vSS_API_Stash::GetStashSessionFormMap () |
| Int | vSS_API_Stash::CreateStashSessionJMap (String asUUID="") |
| Int | vSS_API_Stash::GetStashSessionJMap (String asUUID, Bool abCreateIfMissing=False) |
| Int | vSS_API_Stash::GetStashRefSessionJMap (ObjectReference akStashRef, Bool abCreateIfMissing=False) |
|
inlinestatic |
Create the Session-specific data for a new Stash based on akStashRef.
| asUUID | The UUID to use for the new Stash, if one exists. |
|
inlinestatic |
Return the Session-specific data for a Stash using its ObjectReference, optionally creating it if it is missing.
| akStashRef | The ObjectReference of the Stash. |
| abCreateIfMissing | If set to True, create the Session-specific Stash data if it is missing. Default: False. |
|
inlinestatic |
Return the JFormMap for all Stashes in this Session, creating it if it does not exist.
|
inlinestatic |
Return the Session-specific data for a Stash, optionally creating it if it is missing.
| asUUID | The UUID of the Stash. |
| abCreateIfMissing | If set to True, create the Session-specific Stash data if it is missing. Default: False. |
1.8.10