Method AddEntryFromReference
AddEntryFromReference(TableEntryReference, string)
Add or update an entry in the table.
Declaration
public TEntry AddEntryFromReference(TableEntryReference entryReference, string localized)
Parameters
| Type | Name | Description |
|---|---|---|
| TableEntryReference | entryReference | The TableEntryReference containing a valid Key or Key Id. |
| string | localized | The localized item, a string for StringTable or asset guid for AssetTable |
Returns
| Type | Description |
|---|---|
| TEntry |