|
SkyBox
0.8
Share items between Skyrim playthroughs
|
Modules | |
| ByObjectReference | |
Functions | |
| Int | vSS_API_Stash::GetStashSessionInt (String asUUID, String asKey) |
| vSS_API_Stash::SetStashSessionInt (String asUUID, String asKey, Int aiValue) | |
| Int | vSS_API_Stash::GetStashInt (String asUUID, String asKey) |
| vSS_API_Stash::SetStashInt (String asUUID, String asKey, Int aiValue) | |
| Float | vSS_API_Stash::GetStashFlt (String asUUID, String asKey) |
| vSS_API_Stash::SetStashFlt (String asUUID, String asKey, Float afValue) | |
| String | vSS_API_Stash::GetStashStr (String asUUID, String asKey) |
| vSS_API_Stash::SetStashStr (String asUUID, String asKey, String asValue) | |
| Form | vSS_API_Stash::GetStashForm (String asUUID, String asKey) |
| vSS_API_Stash::SetStashForm (String asUUID, String asKey, Form akValue) | |
| Int | vSS_API_Stash::GetStashObj (String asUUID, String asKey) |
| vSS_API_Stash::SetStashObj (String asUUID, String asKey, Int ajValue) | |
|
inlinestatic |
Return a Float from the data for a Stash.
| asUUID | The UUID of the Stash. |
| asKey | The JContainers key to lookup. |
|
inlinestatic |
Return a Form from the data for a Stash.
| asUUID | The UUID of the Stash. |
| asKey | The JContainers key to lookup. |
|
inlinestatic |
Return an Int from the data for a Stash.
| asUUID | The UUID of the Stash. |
| asKey | The JContainers key to lookup. |
|
inlinestatic |
Return a JObject from the data for a Stash.
| asUUID | The UUID of the Stash. |
| asKey | The JContainers key to lookup. |
|
inlinestatic |
Return an Int from the Session-specific data for a Stash.
| asUUID | The UUID of the Stash. |
| asKey | The JContainers key to lookup. |
|
inlinestatic |
Return a String from the data for a Stash.
| asUUID | The UUID of the Stash. |
| asKey | The JContainers key to lookup. |
|
inlinestatic |
Set an Float in the data for a Stash.
| asUUID | The UUID of the Stash. |
| asKey | The JContainers key to set. |
| afValue | The new value. |
|
inlinestatic |
Set a Form in the data for a Stash.
| asUUID | The UUID of the Stash. |
| asKey | The JContainers key to set. |
| akValue | The new value. |
|
inlinestatic |
Set an Int in the data for a Stash.
| asUUID | The UUID of the Stash. |
| asKey | The JContainers key to set. |
| aiValue | The new value. |
|
inlinestatic |
Set a JContainers JObject in the data for a Stash.
| asUUID | The UUID of the Stash. |
| asKey | The JContainers key to set. |
| ajValue | The new value. |
|
inlinestatic |
Set an Int in the Session-specific data for a Stash.
| asUUID | The UUID of the Stash. |
| asKey | The JContainers key to set. |
| aiValue | The new value. |
|
inlinestatic |
Set a String in the data for a Stash.
| asUUID | The UUID of the Stash. |
| asKey | The JContainers key to set. |
| asValue | The new value. |
1.8.10