set g_sandbox 0 "allow players to spawn and edit objects around the map"
set g_sandbox_info 1 "print object information to the server. 1 prints info about spawned / removed objects, 2 also prints info about edited objects"
+set g_sandbox_storage_autosave 10 "storage is automatically saved every specified number of seconds"
set g_sandbox_editor_maxobjects 1000 "maximum number of objects that may exist at a time"
set g_sandbox_editor_free 0 "when enabled, players can edit any object on the map, not just the objects they've spawned"
set g_sandbox_editor_distance_spawn 200 "distance at which objects spawn in front of the player"
float autocvar_g_debug_defaultsounds;
float autocvar_g_loituma;
float autocvar_g_sandbox_info;
+float autocvar_g_sandbox_storage_autosave;
float autocvar_g_sandbox_editor_maxobjects;
float autocvar_g_sandbox_editor_free;
float autocvar_g_sandbox_editor_distance_spawn;