Property | Type | Description | |
---|---|---|---|
PATH | string | ||
datastore |
Method | Description | |
---|---|---|
Add ( string tablename, object key, object val ) : void | ||
AddFromIni ( string inipath ) : bool | ||
ContainsKey ( string tablename, object key ) : bool | ||
ContainsValue ( string tablename, object val ) : bool | ||
Count ( string tablename ) : int | ||
DataStore ( string path ) : System | ||
Flush ( string tablename ) : void | ||
Get ( string tablename, object key ) : object | ||
GetInstance ( ) : |
||
GetTable ( string tablename ) : |
||
Keys ( string tablename ) : object[] | ||
Load ( ) : void | ||
Remove ( string tablename, object key ) : void | ||
RemoveChars ( string str ) : string | ||
Save ( ) : void | ||
TableToIni ( string tablename, string inipath ) : bool | ||
ToIni ( string inifilename = "DataStore" ) : bool | ||
Values ( string tablename ) : object[] | ||
this ( string tablename, object key ) : object |
Method | Description | |
---|---|---|
DeserializeIfPossible ( object keyorval ) : object | ||
SerializeIfPossible ( object keyorval ) : object |
public Add ( string tablename, object key, object val ) : void | ||
tablename | string | |
key | object | |
val | object | |
return | void |
public ContainsKey ( string tablename, object key ) : bool | ||
tablename | string | |
key | object | |
return | bool |
public ContainsValue ( string tablename, object val ) : bool | ||
tablename | string | |
val | object | |
return | bool |
public Get ( string tablename, object key ) : object | ||
tablename | string | |
key | object | |
return | object |
public GetTable ( string tablename ) : |
||
tablename | string | |
return |
public Remove ( string tablename, object key ) : void | ||
tablename | string | |
key | object | |
return | void |
public TableToIni ( string tablename, string inipath ) : bool | ||
tablename | string | |
inipath | string | |
return | bool |
public ToIni ( string inifilename = "DataStore" ) : bool | ||
inifilename | string | |
return | bool |
public Values ( string tablename ) : object[] | ||
tablename | string | |
return | object[] |
public this ( string tablename, object key ) : object | ||
tablename | string | |
key | object | |
return | object |