/datum/cloudSaves
Vars | |
data | generic cloud data |
---|---|
saves | cloudsaves. ONLY FOR CHARACTER PROFILE CLOUD SAVES. NOTHING ELSE. |
Procs | |
deleteData | Delete cloud data for this player |
deleteSave | Delete a cloud file for this player |
deleteSimulatedCloud | Delete data from the simulated cloud for this player, for local development |
fetch | Fetch all cloud data and files associated with this player |
getSimulatedCloud | Get the simulated cloud information for this player, for local development |
putData | Save new cloud data for this player |
putSave | Save a new cloud file for this player. ONLY FOR CHARACTER PROFILE CLOUD SAVES. USE putData FOR ANYTHING ELSE. |
putSimulatedCloud | Put new data into the simulated cloud for this player, for local development |
Var Details
data
generic cloud data
saves
cloudsaves. ONLY FOR CHARACTER PROFILE CLOUD SAVES. NOTHING ELSE.
Proc Details
deleteData
Delete cloud data for this player
deleteSave
Delete a cloud file for this player
deleteSimulatedCloud
Delete data from the simulated cloud for this player, for local development
fetch
Fetch all cloud data and files associated with this player
getSimulatedCloud
Get the simulated cloud information for this player, for local development
putData
Save new cloud data for this player
putSave
Save a new cloud file for this player. ONLY FOR CHARACTER PROFILE CLOUD SAVES. USE putData FOR ANYTHING ELSE.
putSimulatedCloud
Put new data into the simulated cloud for this player, for local development