Storageclass

objectStorage
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public static abstract sealed class Sandbox.Storage

Methods2

Showing 2 methods

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

Create a new storage entry of the given type.

ParameterTypeDescription
typestringA name to categorize this type as. For example "dupe" or "save"
Returns:EntryA new Entry

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

ParameterTypeDescription
typestring
Returns:Entry[]

On this page