SkyBox  0.8
Share items between Skyrim playthroughs
Modules | Functions
Stash Basic Functions

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)
 

Detailed Description

Function Documentation

Float vSS_API_Stash::GetStashFlt ( String  asUUID,
String  asKey 
)
inlinestatic

Return a Float from the data for a Stash.

Parameters
asUUIDThe UUID of the Stash.
asKeyThe JContainers key to lookup.
Returns
The requested Float.
Form vSS_API_Stash::GetStashForm ( String  asUUID,
String  asKey 
)
inlinestatic

Return a Form from the data for a Stash.

Parameters
asUUIDThe UUID of the Stash.
asKeyThe JContainers key to lookup.
Returns
The requested Form.
Int vSS_API_Stash::GetStashInt ( String  asUUID,
String  asKey 
)
inlinestatic

Return an Int from the data for a Stash.

Parameters
asUUIDThe UUID of the Stash.
asKeyThe JContainers key to lookup.
Returns
The requested Int.
Int vSS_API_Stash::GetStashObj ( String  asUUID,
String  asKey 
)
inlinestatic

Return a JObject from the data for a Stash.

Parameters
asUUIDThe UUID of the Stash.
asKeyThe JContainers key to lookup.
Returns
The requested JObject.
Int vSS_API_Stash::GetStashSessionInt ( String  asUUID,
String  asKey 
)
inlinestatic

Return an Int from the Session-specific data for a Stash.

Parameters
asUUIDThe UUID of the Stash.
asKeyThe JContainers key to lookup.
Returns
The requested Int.
String vSS_API_Stash::GetStashStr ( String  asUUID,
String  asKey 
)
inlinestatic

Return a String from the data for a Stash.

Parameters
asUUIDThe UUID of the Stash.
asKeyThe JContainers key to lookup.
Returns
The requested String.
vSS_API_Stash::SetStashFlt ( String  asUUID,
String  asKey,
Float  afValue 
)
inlinestatic

Set an Float in the data for a Stash.

Parameters
asUUIDThe UUID of the Stash.
asKeyThe JContainers key to set.
afValueThe new value.
vSS_API_Stash::SetStashForm ( String  asUUID,
String  asKey,
Form  akValue 
)
inlinestatic

Set a Form in the data for a Stash.

Parameters
asUUIDThe UUID of the Stash.
asKeyThe JContainers key to set.
akValueThe new value.
vSS_API_Stash::SetStashInt ( String  asUUID,
String  asKey,
Int  aiValue 
)
inlinestatic

Set an Int in the data for a Stash.

Parameters
asUUIDThe UUID of the Stash.
asKeyThe JContainers key to set.
aiValueThe new value.
vSS_API_Stash::SetStashObj ( String  asUUID,
String  asKey,
Int  ajValue 
)
inlinestatic

Set a JContainers JObject in the data for a Stash.

Parameters
asUUIDThe UUID of the Stash.
asKeyThe JContainers key to set.
ajValueThe new value.
vSS_API_Stash::SetStashSessionInt ( String  asUUID,
String  asKey,
Int  aiValue 
)
inlinestatic

Set an Int in the Session-specific data for a Stash.

Parameters
asUUIDThe UUID of the Stash.
asKeyThe JContainers key to set.
aiValueThe new value.
vSS_API_Stash::SetStashStr ( String  asUUID,
String  asKey,
String  asValue 
)
inlinestatic

Set a String in the data for a Stash.

Parameters
asUUIDThe UUID of the Stash.
asKeyThe JContainers key to set.
asValueThe new value.