RecipeBookData.CraftingBookStatus

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(bool craftingRecipeBookOpened, bool craftingRecipeFilterActive, bool smeltingRecipeBookOpened, bool smeltingRecipeFilterActive)
Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Make
Undocumented in source.

Variables

TYPE
enum typeof(type) TYPE;
Undocumented in source.
__fields
enum string[] __fields;
Undocumented in source.
craftingRecipeBookOpened
bool craftingRecipeBookOpened;
Undocumented in source.
craftingRecipeFilterActive
bool craftingRecipeFilterActive;
Undocumented in source.
smeltingRecipeBookOpened
bool smeltingRecipeBookOpened;
Undocumented in source.
smeltingRecipeFilterActive
bool smeltingRecipeFilterActive;
Undocumented in source.

Meta