Table of Contents

Class States

Namespace
ConfigurableWarning.API.State
Assembly
RedstoneWizard08.ContentLibrary.dll

State helpers.

public static class States
Inheritance
States
Inherited Members

Fields

Bools

Boolean states.

public static readonly StateHolder<bool> Bools

Field Value

StateHolder<bool>

Enums

Enum states.

public static readonly EnumStateHolder Enums

Field Value

EnumStateHolder

Floats

Float states.

public static readonly StateHolder<float> Floats

Field Value

StateHolder<float>

Ints

Int states.

public static readonly StateHolder<int> Ints

Field Value

StateHolder<int>

Keys

KeyCode states.

public static readonly StateHolder<KeyCode> Keys

Field Value

StateHolder<KeyCode>

Strings

String states.

public static readonly StateHolder<string> Strings

Field Value

StateHolder<string>