Method AddEntry
AddEntry(string, string)
Add or update an entry in the table.
Declaration
public TEntry AddEntry(string key, string localized)
Parameters
Type | Name | Description |
---|---|---|
string | key | The name of the key. |
string | localized | The localized item, a string for StringTable or asset guid for AssetTable. |
Returns
Type | Description |
---|---|
TEntry |
AddEntry(long, string)
Add or update an entry in the table.
Declaration
public virtual TEntry AddEntry(long keyId, string localized)
Parameters
Type | Name | Description |
---|---|---|
long | keyId | The unique key id. |
string | localized | The localized item, a string for StringTable or asset guid for AssetTable. |
Returns
Type | Description |
---|---|
TEntry |