Goonstation 13 - Modules - TypesDefine Details

code/datums/cloud_saves.dm

CLOUD_SAVES_SIMULATED_CLOUDManage cloud save files and data for a player
/proc/cloud_saves_put_data_bulk Mass save a collection of cloud data for various players Input format: list( list( "player_id" = 1, "key" = "foo", "value" = "bar" ), list( "player_id" = 2, "key" = "foo2", "value" = "bar2" ) )
/proc/cloud_saves_transfer Transfer all cloud save files from one player to another WARNING: This overwrites all the saves for the target

Define Details

CLOUD_SAVES_SIMULATED_CLOUD

Manage cloud save files and data for a player