SkyBox  0.8
Share items between Skyrim playthroughs
Functions
ByObjectReference

Functions

Int vSS_API_Stash::GetStashRefSessionInt (ObjectReference akStashRef, String asKey)
 
 vSS_API_Stash::SetStashRefSessionInt (ObjectReference akStashRef, String asKey, Int aiValue)
 
Int vSS_API_Stash::GetStashRefInt (ObjectReference akStashRef, String asKey)
 
 vSS_API_Stash::SetStashRefInt (ObjectReference akStashRef, String asKey, Int aiValue)
 
Float vSS_API_Stash::GetStashRefFlt (ObjectReference akStashRef, String asKey)
 
 vSS_API_Stash::SetStashRefFlt (ObjectReference akStashRef, String asKey, Float afValue)
 
String vSS_API_Stash::GetStashRefStr (ObjectReference akStashRef, String asKey)
 
 vSS_API_Stash::SetStashRefStr (ObjectReference akStashRef, String asKey, String asValue)
 
Form vSS_API_Stash::GetStashRefForm (ObjectReference akStashRef, String asKey)
 
 vSS_API_Stash::SetStashRefForm (ObjectReference akStashRef, String asKey, Form akValue)
 
Int vSS_API_Stash::GetStashRefObj (ObjectReference akStashRef, String asKey)
 
 vSS_API_Stash::SetStashRefObj (ObjectReference akStashRef, String asKey, Int ajValue)
 

Detailed Description

Function Documentation

Float vSS_API_Stash::GetStashRefFlt ( ObjectReference  akStashRef,
String  asKey 
)
inlinestatic

Return a Float from the data for a Stash.

Parameters
akStashRefThe ObjectReference of the Stash.
asKeyThe JContainers key to lookup.
Returns
The requested Float.
Form vSS_API_Stash::GetStashRefForm ( ObjectReference  akStashRef,
String  asKey 
)
inlinestatic

Return a Form from the data for a Stash.

Parameters
akStashRefThe ObjectReference of the Stash.
asKeyThe JContainers key to lookup.
Returns
The requested Form.
Int vSS_API_Stash::GetStashRefInt ( ObjectReference  akStashRef,
String  asKey 
)
inlinestatic

Return an Int from the data for a Stash.

Parameters
akStashRefThe ObjectReference of the Stash.
asKeyThe JContainers key to lookup.
Returns
The requested Int.
Int vSS_API_Stash::GetStashRefObj ( ObjectReference  akStashRef,
String  asKey 
)
inlinestatic

Return a JObject from the data for a Stash.

Parameters
akStashRefThe ObjectReference of the Stash.
asKeyThe JContainers key to lookup.
Returns
The requested JObject.
Int vSS_API_Stash::GetStashRefSessionInt ( ObjectReference  akStashRef,
String  asKey 
)
inlinestatic

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

Parameters
akStashRefThe ObjectReference of the Stash.
asKeyThe JContainers key to lookup.
Returns
The requested Int.
String vSS_API_Stash::GetStashRefStr ( ObjectReference  akStashRef,
String  asKey 
)
inlinestatic

Return a String from the data for a Stash.

Parameters
akStashRefThe ObjectReference of the Stash.
asKeyThe JContainers key to lookup.
Returns
The requested String.
vSS_API_Stash::SetStashRefFlt ( ObjectReference  akStashRef,
String  asKey,
Float  afValue 
)
inlinestatic

Set a Float in the data for a Stash.

Parameters
akStashRefThe ObjectReference of the Stash.
asKeyThe JContainers key to set.
afValueThe new value.
vSS_API_Stash::SetStashRefForm ( ObjectReference  akStashRef,
String  asKey,
Form  akValue 
)
inlinestatic

Set a Form in the data for a Stash.

Parameters
akStashRefThe ObjectReference of the Stash.
asKeyThe JContainers key to set.
akValueThe new value.
vSS_API_Stash::SetStashRefInt ( ObjectReference  akStashRef,
String  asKey,
Int  aiValue 
)
inlinestatic

Set an Int in the data for a Stash.

Parameters
akStashRefThe ObjectReference of the Stash.
asKeyThe JContainers key to set.
aiValueThe new value.
vSS_API_Stash::SetStashRefObj ( ObjectReference  akStashRef,
String  asKey,
Int  ajValue 
)
inlinestatic

Set a JContainers JObject in the data for a Stash.

Parameters
akStashRefThe ObjectReference of the Stash.
asKeyThe JContainers key to set.
ajValueThe new value.
vSS_API_Stash::SetStashRefSessionInt ( ObjectReference  akStashRef,
String  asKey,
Int  aiValue 
)
inlinestatic

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

Parameters
akStashRefThe ObjectReference of the Stash.
asKeyThe JContainers key to set.
aiValueThe new value.
vSS_API_Stash::SetStashRefStr ( ObjectReference  akStashRef,
String  asKey,
String  asValue 
)
inlinestatic

Set a String in the data for a Stash.

Parameters
akStashRefThe ObjectReference of the Stash.
asKeyThe JContainers key to set.
asValueThe new value.