s&box docs

public static abstract sealed class Sandbox.Storage

Broader workflow and conceptual references connected to this API.

Methods

Showing 2 methods

public static Sandbox.Storage.Entry CreateEntry(string type)

Create a new storage entry of the given type.

Parameters

  • type: A name to categorize this type as. For example "dupe" or "save"

Returns

A new Entry

public static Sandbox.Storage.Entry[] GetAll(string type)

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Storage

On this page