Struct DataStore.StringDataEntry
Namespace: NoSuchStudio.DataStorage
Assembly: NoSuchStudio-DataStorage.dll
Syntax
[Serializable]
public struct StringDataEntry
Constructors
StringDataEntry(String, String, Boolean, Boolean)
Declaration
public StringDataEntry(string n, string v, bool syncPrefs, bool syncVariables)
Parameters
| Type | Name | Description |
|---|---|---|
| String | n | |
| String | 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 string value
Field Value
| Type | Description |
|---|---|
| String |