Struct DataStore.IntDataEntry
Namespace: NoSuchStudio.DataStorage
Assembly: NoSuchStudio-DataStorage.dll
Syntax
[Serializable]
public struct IntDataEntry
Constructors
IntDataEntry(String, Int32, Boolean, Boolean)
Declaration
public IntDataEntry(string n, int v, bool syncPrefs, bool syncVariables)
Parameters
| Type | Name | Description |
|---|---|---|
| String | n | |
| Int32 | v | |
| Boolean | syncPrefs | |
| Boolean | syncVariables |
Fields
name
Declaration
public string name
Field Value
| Type | Description |
|---|---|
| String |
syncPrefs
Declaration
public bool syncPrefs
Field Value
| Type | Description |
|---|---|
| Boolean |
syncVariables
Declaration
public bool syncVariables
Field Value
| Type | Description |
|---|---|
| Boolean |
value
Declaration
public int value
Field Value
| Type | Description |
|---|---|
| Int32 |