Api Sandbox Storage
class

Storage

public static abstract sealed class Storage

Methods

static Entry CreateEntry(String type)

Create a new storage entry of the given type.

type — A name to categorize this type as. For example "dupe" or "save"
returns — A new Entry
static Entry[] GetAll(String type)
Assembly: Sandbox.Engine Namespace: Sandbox Full Name: Sandbox.Storage