galaxyBETA
explore
· ·
log in

log me in

log in forgot password

don't have an account?

sign up

preferences

theme picker site-wide filters

load

The load action sends a retrieval request to Galaxy to get the cloud save data inside a certain save slot. The actual save data will then be retrieved through the save_content response.

returning response

parameters

  • slot (number)
    The save slot number. Must be an integer between 0 and 10, inclusive.

example

window.top.postMessage({
	action: "load",
	slot: 0,
}, "https://galaxy.click");